diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-25 12:33:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-25 12:33:42 +0000 |
commit | ebefc8130b47867e376a6c6cf4291ffe52f35b7d (patch) | |
tree | ef5cca7394578a29fbcd131a9ed201c60af206a2 /conf/bitbake.conf | |
parent | 0d9c1c3ef0cb4159fa65bd7452f40b7fd6fe20da (diff) |
bitbake.conf: merge in a small piece of darwin support from poky
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index ea9b290184..75eab15d9b 100644 --- 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-*" |