]> code.ossystems Code Review - meta-freescale.git/commitdiff
hypervisor: add missing space character for PACKAGES_prepend
authorZhenhua Luo <b19537@freescale.com>
Wed, 17 Oct 2012 10:15:11 +0000 (18:15 +0800)
committerMatthew McClintock <msm@freescale.com>
Wed, 17 Oct 2012 15:28:20 +0000 (10:28 -0500)
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
meta-fsl-ppc/recipes-tools/embedded-hv/hypervisor_git.bb

index 50697fc236dc40b105fe5a26342e738c1dcfd319..3a3f605852e47f643df4b3b9d3c4706b98157918 100644 (file)
@@ -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"