[oe-commits] : bitbake.conf: merge in a small piece of darwin support from poky

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Sep 25 12:48:18 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: ec65a72c658882aeff705641da3a57b8a004f1d2
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=ec65a72c658882aeff705641da3a57b8a004f1d2

Author:  <koen at openembedded.org>
Date:   Thu Sep 25 12:33:42 2008 +0000

bitbake.conf: merge in a small piece of darwin support from poky

---

 conf/bitbake.conf |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index ea9b290..75eab15 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-*"





More information about the Openembedded-commits mailing list