diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-05 22:19:28 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-05 22:19:28 +0000 |
commit | 3b534889872e6d0cc6b3ef9e90e2ed2314f59c9a (patch) | |
tree | ac06c002eaef6901ea0e084400bde1c2a0cae6ba /meta/conf/bitbake.conf | |
parent | fee0c6a2b3d71cfd2e145803b0cbcf0db7460751 (diff) | |
download | poky-3b534889872e6d0cc6b3ef9e90e2ed2314f59c9a.tar.gz |
bitbake.conf/siteinfo.bbclass/package.bbclass: Add in support for 'darwin8'
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4424 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 4eca4296c8..19e4cddc55 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -162,8 +162,11 @@ MULTI_PROVIDER_WHITELIST = "virtual/libintl" | |||
162 | 162 | ||
163 | SOLIBS = ".so.*" | 163 | SOLIBS = ".so.*" |
164 | SOLIBS_darwin = ".*.dylib" | 164 | SOLIBS_darwin = ".*.dylib" |
165 | SOLIBS_darwin8 = ".*.dylib" | ||
166 | |||
165 | SOLIBSDEV = ".so" | 167 | SOLIBSDEV = ".so" |
166 | SOLIBSDEV_darwin = ".dylib" | 168 | SOLIBSDEV_darwin = ".dylib" |
169 | SOLIBSDEV_darwin8 = ".dylib" | ||
167 | 170 | ||
168 | PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-locale" | 171 | PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-locale" |
169 | FILES = "" | 172 | FILES = "" |