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:
2ca63bf
)
bitbake.conf: add HOSTNAME variable
author
Chris Larson
<chris_larson@mentor.com>
Thu, 14 Oct 2010 04:22:14 +0000
(21:22 -0700)
committer
Chris Larson
<chris_larson@mentor.com>
Thu, 14 Oct 2010 04:43:58 +0000
(21:43 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
conf/bitbake.conf
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
573f7ff
..
0410355
100644
(file)
--- a/
conf/bitbake.conf
+++ b/
conf/bitbake.conf
@@
-640,6
+640,7
@@
IPKGBUILDCMD = "ipkg-build -o 0 -g 0"
SLOT = "0"
# Other
+export HOSTNAME := "${@os.uname()[1]}"
export PKG_CONFIG_PATH = "${STAGING_LIBDIR}/pkgconfig:${STAGING_DATADIR}/pkgconfig"
PKG_CONFIG_PATH .= ":${STAGING_LIBDIR_NATIVE}/pkgconfig:${STAGING_DATADIR_NATIVE}/pkgconfig"