diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-10-21 10:00:41 -0700 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-21 19:08:04 +0200 |
commit | d6448276c40f877929da07e9634195ad2915085f (patch) | |
tree | 1a09c6a6d928ec3cf8805f7ab82ba3f1776909df /recipes-bsp | |
parent | 4e006611b409fa1890d8550857e84f5bbf710047 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-bsp/x-load/signgp.bb | 2 |
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 | ||
16 | S = "${WORKDIR}" | ||
17 | |||
16 | NATIVE_INSTALL_WORKS = "1" | 18 | NATIVE_INSTALL_WORKS = "1" |
17 | 19 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |