From d6448276c40f877929da07e9634195ad2915085f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 21 Oct 2011 10:00:41 -0700 Subject: signgp: Point S to WORKDIR This helps in bitbake finding the license files etc. correctly Signed-off-by: Khem Raj Signed-off-by: Koen Kooi --- recipes-bsp/x-load/signgp.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-bsp/x-load') diff --git a/recipes-bsp/x-load/signgp.bb b/recipes-bsp/x-load/signgp.bb index 7aead670..9c3499f6 100644 --- a/recipes-bsp/x-load/signgp.bb +++ b/recipes-bsp/x-load/signgp.bb @@ -13,6 +13,8 @@ do_install() { install -m 0755 signGP ${D}${bindir} } +S = "${WORKDIR}" + NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf