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:
ecca5d2
)
set PYTHONPATH for bitbake
author
jp30
<jp30@nslu2-linux.org>
Wed, 27 Jul 2005 07:20:29 +0000
(07:20 +0000)
committer
OpenEmbedded Project
<openembedded-devel@lists.openembedded.org>
Wed, 27 Jul 2005 07:20:29 +0000
(07:20 +0000)
unslung/Makefile
patch
|
blob
|
history
diff --git
a/unslung/Makefile
b/unslung/Makefile
index
c46569b
..
a435a11
100644
(file)
--- a/
unslung/Makefile
+++ b/
unslung/Makefile
@@
-21,6
+21,7
@@
setup-env:
echo 'OESYS=$$OEROOT/bitbake/' >> setup-env
echo 'OEBUILD=$$OEROOT' >> setup-env
echo 'PKGDIR=$$OEROOT/openembedded/' >> setup-env
+ echo 'export PYTHONPATH=$$OESYS/lib' >>setup-env
echo 'export BBPATH=$$OEBUILD:$$PKGDIR:$$OESYS' >> setup-env
echo 'export PATH=$$OESYS/bin/:$$PATH' >> setup-env
echo 'export LD_LIBRARY_PATH=' >> setup-env