diff options
-rw-r--r-- | meta/classes/base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 9c40e017f4..8c8697761c 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -628,7 +628,7 @@ python () { | |||
628 | d.appendVarFlag('do_unpack', 'depends', ' xz-native:do_populate_sysroot') | 628 | d.appendVarFlag('do_unpack', 'depends', ' xz-native:do_populate_sysroot') |
629 | 629 | ||
630 | # .zip should DEPEND on unzip-native for unpacking | 630 | # .zip should DEPEND on unzip-native for unpacking |
631 | elif path.endswith('.zip'): | 631 | elif path.endswith('.zip') or path.endswith('.jar'): |
632 | d.appendVarFlag('do_unpack', 'depends', ' unzip-native:do_populate_sysroot') | 632 | d.appendVarFlag('do_unpack', 'depends', ' unzip-native:do_populate_sysroot') |
633 | 633 | ||
634 | # file is needed by rpm2cpio.sh | 634 | # file is needed by rpm2cpio.sh |