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:
0d9c1c3
)
bitbake.conf: merge in a small piece of darwin support from poky
author
Koen Kooi
<koen@openembedded.org>
Thu, 25 Sep 2008 12:33:42 +0000
(12:33 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 25 Sep 2008 12:33:42 +0000
(12:33 +0000)
conf/bitbake.conf
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
ea9b290
..
75eab15
100644
(file)
--- a/
conf/bitbake.conf
+++ b/
conf/bitbake.conf
@@
-164,6
+164,14
@@
RPROVIDES = ""
MULTI_PROVIDER_WHITELIST = "virtual/libintl"
+SOLIBS = ".so.*"
+SOLIBS_darwin = ".*.dylib"
+SOLIBS_darwin8 = ".*.dylib"
+
+SOLIBSDEV = ".so"
+SOLIBSDEV_darwin = ".dylib"
+SOLIBSDEV_darwin8 = ".dylib"
+
PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-locale"
#enable this when bitbake is upgraded to cope with ++ values in the field
#PACKAGES_DYNAMIC = "${PN}-locale-*"