]> code.ossystems Code Review - openembedded-core.git/commitdiff
build-appliance: add zip-native, which is needed to build the final zip bundle
authorSaul Wold <sgw@linux.intel.com>
Sun, 2 Sep 2012 18:05:30 +0000 (11:05 -0700)
committerScott Garman <scott.a.garman@intel.com>
Mon, 24 Sep 2012 16:51:11 +0000 (09:51 -0700)
(From OE-Core rev: 8aeceab5d03fa3c88f0128ce1ac6bfde0d88e1b6)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/images/build-appliance-image.bb

index 6b00e64fe95820fd70d80e375af44e81d5c2e268..77d3b0d9fb019ccd17b3b864fd05dc44c334a13f 100644 (file)
@@ -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