[oe-commits] Richard Purdie : Add a shortcut for the EXEEXT we'll use in packaging

GIT User account git at amethyst.openembedded.net
Sat Jan 17 02:54:05 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8fd453d02617b1f29d9a9007c63139405a9ea42c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8fd453d02617b1f29d9a9007c63139405a9ea42c

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Fri Jan  9 00:18:41 2009 +0000

Add a shortcut for the EXEEXT we'll use in packaging

---

 conf/bitbake.conf |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 0a41e46..53473cf 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -89,6 +89,9 @@ TARGET_PREFIX = "${TARGET_SYS}-"
 TARGET_CC_ARCH = ""
 TARGET_EXEEXT = ""
 
+# A shortcut for the commonly used value
+EXEEXT = "${HOST_EXEEXT}"
+
 BASE_PACKAGE_ARCH = "${HOST_ARCH}"
 PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}"
 MACHINE_ARCH = "${@[bb.data.getVar('HOST_ARCH', d, 1), bb.data.getVar('MACHINE', d, 1)][bool(bb.data.getVar('MACHINE', d, 1))]}"





More information about the Openembedded-commits mailing list