diff options
| author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-05-17 10:37:25 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-21 00:18:46 +0100 |
| commit | f6d44383a1bd2360830629f7f133ba522d0abebe (patch) | |
| tree | 36d946aab53ca13268b1f627bd73e3e98c3c1d20 /meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb | |
| parent | 25e90a44b6870953021b485eee738ebb2ff04977 (diff) | |
| download | poky-f6d44383a1bd2360830629f7f133ba522d0abebe.tar.gz | |
cdrtools-native : upgrade to 3.00
Upgrade from 2.01 -> 3.00
- Updated md5 of the license file because new information
was added by the owner.
- Removed glibc-conflict-rename.patch because it is not
required anymore.
- Updated no_usr_src.patch because it didn't apply.
(From OE-Core rev: 951a8e422be93a3d06d0149f9b070eddcdb37afb)
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@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_2.01.bb')
| -rw-r--r-- | meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb deleted file mode 100644 index fc479774d9..0000000000 --- a/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 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 | DESCRIPTION = "A set of tools for CD recording, including cdrecord" | ||
| 6 | HOMEPAGE = "http://cdrecord.berlios.de/private/cdrecord.html" | ||
| 7 | SECTION = "console/utils" | ||
| 8 | LICENSE = "GPLv2" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 10 | PR = "r2" | ||
| 11 | |||
| 12 | SRC_URI = "ftp://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2 \ | ||
| 13 | file://no_usr_src.patch \ | ||
| 14 | file://glibc-conflict-rename.patch" | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "d44a81460e97ae02931c31188fe8d3fd" | ||
| 17 | SRC_URI[sha256sum] = "728b6175069a77c4d7d92ae60108cbda81fbbf7bc7aa02e25153ccf2092f6c22" | ||
| 18 | |||
| 19 | inherit native | ||
| 20 | |||
| 21 | STAGE_TEMP = "${WORKDIR}/image-temp" | ||
| 22 | |||
| 23 | FILESPATH = "${FILE_DIRNAME}/cdrtools-native/" | ||
| 24 | |||
| 25 | do_install() { | ||
| 26 | install -d ${STAGE_TEMP} | ||
| 27 | make install INS_BASE=${STAGE_TEMP} | ||
| 28 | |||
| 29 | install -d ${D}${bindir}/ | ||
| 30 | install ${STAGE_TEMP}/bin/* ${D}${bindir}/ | ||
| 31 | } | ||
