summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-08-07 18:08:26 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-11 09:04:07 -0700
commit1a60929628fc6ece908a28f18317063c5520cf1c (patch)
tree9f9cda869835c7cc7190e361c9df4595932d5980 /meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb
parent1ef74d73441946bb33f0c86b6e367caaa0074e88 (diff)
downloadopenembedded-core-contrib-1a60929628fc6ece908a28f18317063c5520cf1c.tar.gz
cdrtools: update to 3.01a31
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb')
-rw-r--r--meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb
deleted file mode 100644
index 282710908e..0000000000
--- a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-# cdrtools-native OE build file
-# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
-# Released under the MIT license (see packages/COPYING)
-SUMMARY = "A set of tools for CD recording, including cdrecord"
-HOMEPAGE = "http://sourceforge.net/projects/cdrtools/"
-SECTION = "console/utils"
-LICENSE = "GPLv2 & CDDL-1.0 & LGPLv2.1+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=32f68170be424c2cd64804337726b312"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/project/cdrtools/alpha/cdrtools-${PV}.tar.bz2"
-
-SRC_URI[md5sum] = "f8c6f0fdcba7df0606095498d10315a7"
-SRC_URI[sha256sum] = "e399ea964b8048793721b71461271e46d81f242bd2feefb8dbd259c30e75a5a9"
-
-S = "${WORKDIR}/cdrtools-3.01"
-
-inherit native
-
-do_install() {
- make install GMAKE_NOWARN=true INS_BASE=${prefix} DESTDIR=${D}
-}