summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-04-25 12:48:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-28 09:52:28 +0100
commitf7c35ad6267c7dfd37bad9c7521488c329f879b5 (patch)
treea6696bd29dfdbf1a2e11b9049b93c906ce8b8641 /meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
parent2870697f08c171f455dbba03dd529b8c4cf11937 (diff)
downloadopenembedded-core-f7c35ad6267c7dfd37bad9c7521488c329f879b5.tar.gz
openembedded-core-f7c35ad6267c7dfd37bad9c7521488c329f879b5.tar.bz2
openembedded-core-f7c35ad6267c7dfd37bad9c7521488c329f879b5.tar.xz
openembedded-core-f7c35ad6267c7dfd37bad9c7521488c329f879b5.zip
cdrtools: recipe and patch cleanup
* Recipe cleanup, added missing metadata fields and fixed whitespace issues * Added Upstream-Status to patches * Confirmed that CVE-2003-0655 does not apply to this recipe as rscsi is not packaged Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb')
-rw-r--r--meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb22
1 files changed, 13 insertions, 9 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
index 769e5e258..aba6a455b 100644
--- a/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
+++ b/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
@@ -1,21 +1,25 @@
# cdrtools-native OE build file
# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
-
-LICENSE="GPL"
-DESCRIPTION="A set of tools for CD recording, including cdrecord"
-HOMEPAGE="http://cdrecord.berlios.de/old/private/cdrecord.html"
+SUMMARY = "A set of tools for CD recording, including cdrecord"
+DESCRIPTION = "A set of tools for CD recording, including cdrecord"
+HOMEPAGE = "http://cdrecord.berlios.de/private/cdrecord.html"
+SECTION = "console/utils"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PR = "r2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+SRC_URI = "ftp://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2 \
+ file://no_usr_src.patch \
+ file://glibc-conflict-rename.patch"
-SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2 \
- file://no_usr_src.patch;patch=1 \
- file://glibc-conflict-rename.patch;patch=1"
+SRC_URI[md5sum] = "d44a81460e97ae02931c31188fe8d3fd"
+SRC_URI[sha256sum] = "728b6175069a77c4d7d92ae60108cbda81fbbf7bc7aa02e25153ccf2092f6c22"
inherit native
-STAGE_TEMP="${WORKDIR}/image-temp"
+STAGE_TEMP = "${WORKDIR}/image-temp"
do_install() {
install -d ${STAGE_TEMP}