diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-31 13:22:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-14 11:33:52 +0000 |
commit | 64a7ccef95ff89e743ec62740220cf9660b202ef (patch) | |
tree | 2ba174eeec0c87adf7afc590ba08699a36650a3a /meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb | |
parent | 9c1c4ceefef31b6d67242d90ed2ab03422b409b0 (diff) | |
download | poky-64a7ccef95ff89e743ec62740220cf9660b202ef.tar.gz |
cdrtools-native: upgrade to 3.01a20
(From OE-Core rev: 2ea41b8e857825b2a725606560e4a5b6909febaf)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb')
-rw-r--r-- | meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb new file mode 100644 index 0000000000..01f9e6efb6 --- /dev/null +++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | # cdrtools-native OE build file | ||
2 | # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved | ||
3 | # Released under the MIT license (see packages/COPYING) | ||
4 | SUMMARY = "A set of tools for CD recording, including cdrecord" | ||
5 | HOMEPAGE = "http://cdrecord.berlios.de/private/cdrecord.html" | ||
6 | SECTION = "console/utils" | ||
7 | LICENSE = "GPLv2 & CDDL-1.0 & LGPLv2.1+" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=32f68170be424c2cd64804337726b312" | ||
9 | |||
10 | SRC_URI = "ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-${PV}.tar.bz2" | ||
11 | |||
12 | SRC_URI[md5sum] = "f8c6f0fdcba7df0606095498d10315a7" | ||
13 | SRC_URI[sha256sum] = "e399ea964b8048793721b71461271e46d81f242bd2feefb8dbd259c30e75a5a9" | ||
14 | |||
15 | S = "${WORKDIR}/cdrtools-3.01" | ||
16 | |||
17 | inherit native | ||
18 | |||
19 | do_install() { | ||
20 | make install GMAKE_NOWARN=true INS_BASE=${prefix} DESTDIR=${D} | ||
21 | } | ||