From: Saul Wold Date: Sun, 2 Sep 2012 18:05:30 +0000 (-0700) Subject: build-appliance: add zip-native, which is needed to build the final zip bundle X-Git-Tag: yocto-4.0~35724 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8aeceab5d03fa3c88f0128ce1ac6bfde0d88e1b6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git build-appliance: add zip-native, which is needed to build the final zip bundle Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-image.bb index 87eee1a9b62..95909c4b820 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