diff options
| author | Zhenhua Luo <b19537@freescale.com> | 2012-10-17 18:15:11 +0800 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2012-10-17 10:28:13 -0500 |
| commit | 52854929da656cf67601e891ee6f8ba55f8b2959 (patch) | |
| tree | 0c04239c709dd5e2e619d0e11683f1c44f7e8411 | |
| parent | e4d740a11fce5ec16ae072cf0a6cedc9dc76eeb3 (diff) | |
| download | meta-fsl-ppc-52854929da656cf67601e891ee6f8ba55f8b2959.tar.gz | |
hypervisor: add missing space character for PACKAGES_prepend
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
| -rw-r--r-- | recipes-tools/embedded-hv/hypervisor_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-tools/embedded-hv/hypervisor_git.bb b/recipes-tools/embedded-hv/hypervisor_git.bb index 50697fc..3a3f605 100644 --- a/recipes-tools/embedded-hv/hypervisor_git.bb +++ b/recipes-tools/embedded-hv/hypervisor_git.bb | |||
| @@ -3,6 +3,8 @@ SECTION = "embedded-hv" | |||
| 3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
| 4 | LIC_FILES_CHKSUM = "file://README;endline=22;md5=0655bbc3b7d7166c30c87208b4e23cf0" | 4 | LIC_FILES_CHKSUM = "file://README;endline=22;md5=0655bbc3b7d7166c30c87208b4e23cf0" |
| 5 | 5 | ||
| 6 | PR = "r1" | ||
| 7 | |||
| 6 | DEPENDS = "u-boot-mkimage-native" | 8 | DEPENDS = "u-boot-mkimage-native" |
| 7 | 9 | ||
| 8 | inherit deploy | 10 | inherit deploy |
| @@ -74,6 +76,6 @@ do_deploy_append() { | |||
| 74 | } | 76 | } |
| 75 | 77 | ||
| 76 | ALLOW_EMPTY_${PN} = "1" | 78 | ALLOW_EMPTY_${PN} = "1" |
| 77 | PACKAGES_prepend = "${PN}-image ${PN}-partman" | 79 | PACKAGES_prepend = "${PN}-image ${PN}-partman " |
| 78 | FILES_${PN}-image = "/boot/" | 80 | FILES_${PN}-image = "/boot/" |
| 79 | FILES_${PN}-partman = "${bindir}/partman" | 81 | FILES_${PN}-partman = "${bindir}/partman" |
