[OE-core] [v2 PATCH 2/7] cdrtools-native: Update from 3.00 to 3.01a17

Darren Hart dvhart at linux.intel.com
Mon Sep 16 17:21:38 UTC 2013


On Fri, 2013-09-13 at 19:08 -0500, Jason Wessel wrote:
> The update is needed to support generation of EFI boot images that
> work with optical media.  Specifically the "-eltorito-platform efi"
> capability for mkisofs is needed.
> 
> [YOCTO #4100]
> 
> Signed-off-by: Jason Wessel <jason.wessel at windriver.com>

Reviewed-by: Darren Hart <dvhart at linux.intel.com>

> ---
>  ...s-native_3.00.bb => cdrtools-native_3.01a17.bb} |   22 +++++++-------------
>  1 file changed, 8 insertions(+), 14 deletions(-)
>  rename meta/recipes-devtools/cdrtools/{cdrtools-native_3.00.bb => cdrtools-native_3.01a17.bb} (47%)
> 
> diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.00.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb
> similarity index 47%
> rename from meta/recipes-devtools/cdrtools/cdrtools-native_3.00.bb
> rename to meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb
> index 7e4c381..2ae3f4a 100644
> --- a/meta/recipes-devtools/cdrtools/cdrtools-native_3.00.bb
> +++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a17.bb
> @@ -5,26 +5,20 @@ SUMMARY = "A set of tools for CD recording, including cdrecord"
>  DESCRIPTION = "A set of tools for CD recording, including cdrecord"
>  HOMEPAGE = "http://cdrecord.berlios.de/private/cdrecord.html"
>  SECTION = "console/utils"
> -LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=8d16123ffd39e649a5e4a6bc1de60e6d"
> -PR = "r0"
> +LICENSE = "GPLv2 & CDDL-1.0 & LGPLv2.1+"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=32f68170be424c2cd64804337726b312"
>  
> -SRC_URI = "ftp://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2 \
> -           file://no_usr_src.patch"
> +SRC_URI = "ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-${PV}.tar.bz2"
>  
> -SRC_URI[md5sum] = "f9fbab08fbd458b0d2312976d8c5f558"
> -SRC_URI[sha256sum] = "7f9cb64820055573b880f77b2f16662a512518336ba95ab49228a1617973423d"
> +SRC_URI[md5sum] = "4cef9db0cf15a770c52d65b00bbee2db"
> +SRC_URI[sha256sum] = "3d613965b213ad83e4be0ba2535e784901839ea4d11a20a2beb6765f0eb76dfa"
>  
> -inherit native
> +S = "${WORKDIR}/cdrtools-3.01"
>  
> -STAGE_TEMP = "${WORKDIR}/image-temp"
> +inherit native
>  
>  FILESPATH = "${FILE_DIRNAME}/cdrtools-native/"
>  
>  do_install() {
> -	install -d ${STAGE_TEMP}
> -	make install INS_BASE=${STAGE_TEMP}
> -
> -	install -d ${D}${bindir}/
> -	install ${STAGE_TEMP}/bin/* ${D}${bindir}/
> +	make install GMAKE_NOWARN=true INS_BASE=${prefix} DESTDIR=${D}
>  }

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel





More information about the Openembedded-core mailing list