mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
eaa191d469
commit
7858c56203
@@ -13,6 +13,9 @@ 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"
|
||||
|
||||
CONFIGUREOPTS = "\
|
||||
'--srcdir=${S}' \
|
||||
'--prefix=${prefix}' \
|
||||
|
||||
Reference in New Issue
Block a user