summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
diff options
context:
space:
mode:
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 769e5e258a..aba6a455b0 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 @@
1# cdrtools-native OE build file 1# cdrtools-native OE build file
2# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved 2# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
3# Released under the MIT license (see packages/COPYING) 3# Released under the MIT license (see packages/COPYING)
4 4SUMMARY = "A set of tools for CD recording, including cdrecord"
5LICENSE="GPL" 5DESCRIPTION = "A set of tools for CD recording, including cdrecord"
6DESCRIPTION="A set of tools for CD recording, including cdrecord" 6HOMEPAGE = "http://cdrecord.berlios.de/private/cdrecord.html"
7HOMEPAGE="http://cdrecord.berlios.de/old/private/cdrecord.html" 7SECTION = "console/utils"
8PRIORITY = "optional"
9LICENSE = "GPLv2"
10LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
8PR = "r2" 11PR = "r2"
9 12
10LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 13SRC_URI = "ftp://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2 \
14 file://no_usr_src.patch \
15 file://glibc-conflict-rename.patch"
11 16
12SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2 \ 17SRC_URI[md5sum] = "d44a81460e97ae02931c31188fe8d3fd"
13 file://no_usr_src.patch;patch=1 \ 18SRC_URI[sha256sum] = "728b6175069a77c4d7d92ae60108cbda81fbbf7bc7aa02e25153ccf2092f6c22"
14 file://glibc-conflict-rename.patch;patch=1"
15 19
16inherit native 20inherit native
17 21
18STAGE_TEMP="${WORKDIR}/image-temp" 22STAGE_TEMP = "${WORKDIR}/image-temp"
19 23
20do_install() { 24do_install() {
21 install -d ${STAGE_TEMP} 25 install -d ${STAGE_TEMP}