From 3139368254ca8060d1b42d8405f9554c8d87fd5d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Jan 2010 15:24:22 +0000 Subject: bitbake.conf: Add virtual/libintl-native to MUTLI_PROVIDER_WHITELIST Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index bcc858c287..b049ccf43a 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" +MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native" SOLIBS = ".so.*" SOLIBS_darwin = ".*.dylib" -- cgit v1.2.3-54-g00ecf