bitbake.conf: Add virtual/libintl-native to MUTLI_PROVIDER_WHITELIST

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-01-20 15:24:22 +00:00
parent b65e8ec593
commit 3139368254
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ PROVIDES = ""
PROVIDES_prepend = "${P} ${PF} ${PN} "
RPROVIDES = ""
MULTI_PROVIDER_WHITELIST = "virtual/libintl"
MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native"
SOLIBS = ".so.*"
SOLIBS_darwin = ".*.dylib"