diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-09-02 11:05:30 -0700 |
---|---|---|
committer | Scott Garman <scott.a.garman@intel.com> | 2012-09-24 09:51:11 -0700 |
commit | 9ab2613327fcd4cf811afc52eff92903644e9b11 (patch) | |
tree | 4e1e015ef89d05b8e847fcc76869160c67186af4 | |
parent | df879f191d1e86596444cb30a0a77a785958520c (diff) | |
download | openembedded-core-9ab2613327fcd4cf811afc52eff92903644e9b11.tar.gz openembedded-core-9ab2613327fcd4cf811afc52eff92903644e9b11.tar.bz2 openembedded-core-9ab2613327fcd4cf811afc52eff92903644e9b11.zip |
build-appliance: add zip-native, which is needed to build the final zip bundle
(From OE-Core rev: 8aeceab5d03fa3c88f0128ce1ac6bfde0d88e1b6)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/images/build-appliance-image.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb index 6b00e64fe9..77d3b0d9fb 100644 --- a/meta/recipes-core/images/build-appliance-image.bb +++ b/meta/recipes-core/images/build-appliance-image.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r15" +PR = "r16" IMAGE_FEATURES += "x11-mini package-management" @@ -15,6 +15,7 @@ IMAGE_ROOTFS_EXTRA_SPACE = "41943040" # Do a quiet boot with limited console messages APPEND += "quiet" +DEPENDS = "zip-native" IMAGE_FSTYPES = "vmdk" inherit core-image |