[oe] [PATCH 03/10] ddrescue: update to 1.19

Martin Jansa martin.jansa at gmail.com
Mon Jan 5 12:35:52 UTC 2015


On Mon, Jan 05, 2015 at 11:00:47AM +0000, Paul Eggleton wrote:
> * License changed to GPLv2+
> * Upstream now only releases .lz files for new releases

Is .lz working correctly now with current bitbake+oe-core (it didn't
last time I've re-tried)? Shouldn't we wait for base.bbclass change to
be merged as you mention above do_unpack?

Duplicates http://patchwork.openembedded.org/patch/82165/
can you send incremental patch on top of this if needed?

> 
> Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
> ---
>  .../ddrescue/{ddrescue_1.16.bb => ddrescue_1.19.bb}       | 15 +++++++++------
>  1 file changed, 9 insertions(+), 6 deletions(-)
>  rename meta-oe/recipes-extended/ddrescue/{ddrescue_1.16.bb => ddrescue_1.19.bb} (54%)
> 
> diff --git a/meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb b/meta-oe/recipes-extended/ddrescue/ddrescue_1.19.bb
> similarity index 54%
> rename from meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb
> rename to meta-oe/recipes-extended/ddrescue/ddrescue_1.19.bb
> index a36c250..dc485b3 100644
> --- a/meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb
> +++ b/meta-oe/recipes-extended/ddrescue/ddrescue_1.19.bb
> @@ -4,14 +4,17 @@ DESCRIPTION = "GNU ddrescue is a data recovery tool. It copies data \
>      trying hard to rescue data in case of read errors."
>  HOMEPAGE = "http://www.gnu.org/software/ddrescue/ddrescue.html"
>  SECTION = "console"
> -LICENSE = "GPLv3+"
> +LICENSE = "GPLv2+"
>  
> -LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
> -                    file://main_common.cc;beginline=5;endline=16;md5=b5a59150a33658cc1ffc31b1a4ffb9f2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
> +                    file://main_common.cc;beginline=5;endline=16;md5=3ec288b2676528cd2b069364e313016f"
>  
> -SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
> -SRC_URI[md5sum] = "57b67407e882c6418531d48a2f20d16b"
> -SRC_URI[sha256sum] = "76b3f2e5fb0306d24f2632c3e168cccb73dc0a348e3a7089cd9230748ff23de6"
> +SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.lz"
> +SRC_URI[md5sum] = "ed6b5b82d74cbd925db2b829350e74b1"
> +SRC_URI[sha256sum] = "ed8d0c9d9aac80a9110e9cb0d0a91a7390d3bf9f816b67a62ca4eb140f4747b8"
> +
> +# This isn't already added by base.bbclass
> +do_unpack[depends] += "lzip-native:do_populate_sysroot"
>  
>  inherit autotools
>  
> -- 
> 1.9.3
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150105/7aa482fc/attachment-0002.sig>


More information about the Openembedded-devel mailing list