1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 18:30:50 +00:00

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>
This commit is contained in:
Khem Raj
2011-10-21 10:00:41 -07:00
committed by Koen Kooi
parent 4e006611b4
commit d6448276c4
+2
View File
@@ -13,6 +13,8 @@ do_install() {
install -m 0755 signGP ${D}${bindir}
}
S = "${WORKDIR}"
NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native nativesdk"