bitbake.conf: merge in a small piece of darwin support from poky
authorKoen Kooi <koen@openembedded.org>
Thu, 25 Sep 2008 12:33:42 +0000 (12:33 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 25 Sep 2008 12:33:42 +0000 (12:33 +0000)
conf/bitbake.conf

index ea9b290..75eab15 100644 (file)
@@ -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-*"