mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9c1c4ceefe
commit
64a7ccef95
21
meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb
Normal file
21
meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb
Normal file
@@ -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://cdrecord.berlios.de/private/cdrecord.html"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPLv2 & CDDL-1.0 & LGPLv2.1+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=32f68170be424c2cd64804337726b312"
|
||||
|
||||
SRC_URI = "ftp://ftp.berlios.de/pub/cdrecord/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}
|
||||
}
|
||||
Reference in New Issue
Block a user