summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 7dfeda32aa..1d56813a6b 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -194,7 +194,7 @@ EXTENDPKGV ?= "${EXTENDPKGEVER}${PKGV}-${PKGR}"
194# Base package name 194# Base package name
195# Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial" 195# Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial"
196# otherwise it is the same as PN and P 196# otherwise it is the same as PN and P
197SPECIAL_PKGSUFFIX = "-native -cross -initial -intermediate -nativesdk -crosssdk -cross-canadian" 197SPECIAL_PKGSUFFIX = "-native -cross -initial -intermediate -crosssdk -cross-canadian"
198BPN = "${@base_prune_suffix(d.getVar('PN', True), d.getVar('SPECIAL_PKGSUFFIX', True).split(), d)}" 198BPN = "${@base_prune_suffix(d.getVar('PN', True), d.getVar('SPECIAL_PKGSUFFIX', True).split(), d)}"
199BP = "${BPN}-${PV}" 199BP = "${BPN}-${PV}"
200 200
@@ -250,7 +250,7 @@ PROVIDES = ""
250PROVIDES_prepend = "${P} ${PF} ${PN} " 250PROVIDES_prepend = "${P} ${PF} ${PN} "
251RPROVIDES = "" 251RPROVIDES = ""
252 252
253MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native virtual/libintl-nativesdk virtual/xserver virtual/update-alternatives-native virtual/update-alternatives" 253MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native virtual/nativesdk-libintl virtual/xserver virtual/update-alternatives-native virtual/update-alternatives"
254 254
255SOLIBS = ".so.*" 255SOLIBS = ".so.*"
256SOLIBS_darwin = ".*.dylib" 256SOLIBS_darwin = ".*.dylib"