summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/x-load
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-10-21 10:00:41 -0700
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-21 19:08:04 +0200
commitd6448276c40f877929da07e9634195ad2915085f (patch)
tree1a09c6a6d928ec3cf8805f7ab82ba3f1776909df /recipes-bsp/x-load
parent4e006611b409fa1890d8550857e84f5bbf710047 (diff)
downloadmeta-ti-d6448276c40f877929da07e9634195ad2915085f.tar.gz
signgp: Point S to WORKDIR
This helps in bitbake finding the license files etc. correctly Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/x-load')
-rw-r--r--recipes-bsp/x-load/signgp.bb2
1 files changed, 2 insertions, 0 deletions
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() {
13 install -m 0755 signGP ${D}${bindir} 13 install -m 0755 signGP ${D}${bindir}
14} 14}
15 15
16S = "${WORKDIR}"
17
16NATIVE_INSTALL_WORKS = "1" 18NATIVE_INSTALL_WORKS = "1"
17 19
18BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native nativesdk"