diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 10:40:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 18:30:07 +0100 |
commit | 8d5e6eed7802a6056f9eaa50a85e3eee00fe2742 (patch) | |
tree | 320b07a18788b1174377cb5307c3eaae6f8831fb /meta/conf/bitbake.conf | |
parent | 51c3dbe2df45096bbd7866adabb08e114952ff13 (diff) | |
download | openembedded-core-8d5e6eed7802a6056f9eaa50a85e3eee00fe2742.tar.gz openembedded-core-8d5e6eed7802a6056f9eaa50a85e3eee00fe2742.tar.bz2 openembedded-core-8d5e6eed7802a6056f9eaa50a85e3eee00fe2742.zip |
Drop darwin8/darwin9 usage
There were darwin8/darwin9 overrides spinkled in the code from times gone
by. Lets settle on the darwin override and remove the others since its pointless
duplication. We always inject darwin into OVERRIDES if needed in the darwin8/9
cases.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 679fc9e6e2..8f98a93dc5 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -260,16 +260,12 @@ MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native virtual/nativ SOLIBS = ".so.*" SOLIBS_darwin = ".dylib" -SOLIBS_darwin8 = ".dylib" -SOLIBS_darwin9 = ".dylib" SOLIBSDEV = ".so" # Due to the ordering of PACKAGES and the naming of the dev symlinks on darwin, # we can't make the symlinks end up in the -dev packages easily at this point. This hack # at least means builds aren't completely broken and symlinks don't take up much space. SOLIBSDEV_darwin = ".dylibbroken" -SOLIBSDEV_darwin8 = ".dylibbroken" -SOLIBSDEV_darwin9 = ".dylibbroken" PACKAGE_BEFORE_PN ?= "" PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN}" |