diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-01-05 11:00:47 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-08 11:57:53 +0100 |
commit | 7858c56203afe273fdc579bb51369060b8c924e8 (patch) | |
tree | 9c968574d6ae4603e158304b5185e60ad9543484 /meta-oe | |
parent | eaa191d469d0c13ceaf5c89b6b7c3a86cd7fae11 (diff) | |
download | meta-openembedded-7858c56203afe273fdc579bb51369060b8c924e8.tar.gz |
ddrescue: add explicit do_unpack depends
* tar.lz support still wasn't merged in oe-core
http://patchwork.openembedded.org/patch/82163/
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/ddrescue/ddrescue_1.19.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/ddrescue/ddrescue_1.19.bb b/meta-oe/recipes-extended/ddrescue/ddrescue_1.19.bb index a60524939..27e00a5e6 100644 --- a/meta-oe/recipes-extended/ddrescue/ddrescue_1.19.bb +++ b/meta-oe/recipes-extended/ddrescue/ddrescue_1.19.bb | |||
@@ -13,6 +13,9 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.lz" | |||
13 | SRC_URI[md5sum] = "ed6b5b82d74cbd925db2b829350e74b1" | 13 | SRC_URI[md5sum] = "ed6b5b82d74cbd925db2b829350e74b1" |
14 | SRC_URI[sha256sum] = "ed8d0c9d9aac80a9110e9cb0d0a91a7390d3bf9f816b67a62ca4eb140f4747b8" | 14 | SRC_URI[sha256sum] = "ed8d0c9d9aac80a9110e9cb0d0a91a7390d3bf9f816b67a62ca4eb140f4747b8" |
15 | 15 | ||
16 | # This isn't already added by base.bbclass | ||
17 | do_unpack[depends] += "lzip-native:do_populate_sysroot" | ||
18 | |||
16 | CONFIGUREOPTS = "\ | 19 | CONFIGUREOPTS = "\ |
17 | '--srcdir=${S}' \ | 20 | '--srcdir=${S}' \ |
18 | '--prefix=${prefix}' \ | 21 | '--prefix=${prefix}' \ |