[yocto] [meta-fsl-ppc] hypervisor: add missing space character for PACKAGES_prepend

McClintock Matthew-B29882 B29882 at freescale.com
Wed Oct 17 08:29:18 PDT 2012


Applied to meta-fsl-ppc denzil, danny, and master.

-M

On Wed, Oct 17, 2012 at 5:15 AM, Zhenhua Luo <b19537 at freescale.com> wrote:
> Signed-off-by: Zhenhua Luo <b19537 at freescale.com>
> ---
>  recipes-tools/embedded-hv/hypervisor_git.bb |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> 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"
>  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"
> --
> 1.7.9.5
>
>
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



More information about the yocto mailing list