From 1a60929628fc6ece908a28f18317063c5520cf1c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 7 Aug 2015 18:08:26 +0300 Subject: cdrtools: update to 3.01a31 Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- .../cdrtools/cdrtools-native_3.01a20.bb | 21 --------------------- .../cdrtools/cdrtools-native_3.01a31.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb create mode 100644 meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb (limited to 'meta/recipes-devtools/cdrtools') 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} -} diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb new file mode 100644 index 0000000000..d0f36e23d5 --- /dev/null +++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb @@ -0,0 +1,21 @@ +# 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] = "78172557894f469b4584d008e93ec469" +SRC_URI[sha256sum] = "183b5c12777779e78d8b69461aae52401f863768e7e7391d60730006f8cadc5a" + +S = "${WORKDIR}/cdrtools-3.01" + +inherit native + +do_install() { + make install GMAKE_NOWARN=true INS_BASE=${prefix} DESTDIR=${D} +} -- cgit 1.2.3-korg