git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dccbaa
)
Add a shortcut for the EXEEXT we'll use in packaging
author
Richard Purdie
<rpurdie@linux.intel.com>
Fri, 9 Jan 2009 00:18:41 +0000
(
00:18
+0000)
committer
Richard Purdie
<rpurdie@linux.intel.com>
Fri, 9 Jan 2009 00:18:41 +0000
(
00:18
+0000)
conf/bitbake.conf
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
0a41e46
..
53473cf
100644
(file)
--- 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))]}"