From: Richard Purdie Date: Mon, 25 Jan 2010 17:26:44 +0000 (+0000) Subject: bitbake.conf: Add virtual/libintl-nativesdk to MULTI_PROVIDER_WHITELIST X-Git-Tag: 2011-1~6385 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b623ced1164776567618008c80f2fca646e796f2;p=openembedded-core.git bitbake.conf: Add virtual/libintl-nativesdk to MULTI_PROVIDER_WHITELIST Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index b049ccf43a..4573c9d7ce 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -176,7 +176,7 @@ PROVIDES = "" PROVIDES_prepend = "${P} ${PF} ${PN} " RPROVIDES = "" -MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native" +MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native virtual/libintl-nativesdk" SOLIBS = ".so.*" SOLIBS_darwin = ".*.dylib"