From: Zhenhua Luo Date: Wed, 17 Oct 2012 10:15:11 +0000 (+0800) Subject: hypervisor: add missing space character for PACKAGES_prepend X-Git-Tag: 2.1~534^2~378 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=38650ca65d6225b10c5601ff43858b4f546024bc;p=meta-freescale.git hypervisor: add missing space character for PACKAGES_prepend Signed-off-by: Zhenhua Luo --- diff --git a/meta-fsl-ppc/recipes-tools/embedded-hv/hypervisor_git.bb b/meta-fsl-ppc/recipes-tools/embedded-hv/hypervisor_git.bb index 50697fc2..3a3f6058 100644 --- a/meta-fsl-ppc/recipes-tools/embedded-hv/hypervisor_git.bb +++ b/meta-fsl-ppc/recipes-tools/embedded-hv/hypervisor_git.bb @@ -3,6 +3,8 @@ SECTION = "embedded-hv" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://README;endline=22;md5=0655bbc3b7d7166c30c87208b4e23cf0" +PR = "r1" + DEPENDS = "u-boot-mkimage-native" inherit deploy @@ -74,6 +76,6 @@ do_deploy_append() { } ALLOW_EMPTY_${PN} = "1" -PACKAGES_prepend = "${PN}-image ${PN}-partman" +PACKAGES_prepend = "${PN}-image ${PN}-partman " FILES_${PN}-image = "/boot/" FILES_${PN}-partman = "${bindir}/partman"