]> 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)
committerSaul Wold <sgw@linux.intel.com>
Tue, 4 Sep 2012 05:52:49 +0000 (22:52 -0700)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/images/build-appliance-image.bb

index 87eee1a9b628af242721e2755a31d1355b0d2f89..95909c4b8209b3600cc35bd17fed48c85231ae94 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