diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-27 11:51:57 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-27 11:52:32 +0000 |
commit | 19805550bd7dadd363ac60d691c46ccec2798f6f (patch) | |
tree | 81a328d00e4afceba08c431ed9a67b640bc90dd3 /meta/conf | |
parent | 39d8c0fc4a9d14b7bad1442e05c536e28b196a47 (diff) | |
download | poky-19805550bd7dadd363ac60d691c46ccec2798f6f.tar.gz |
bitbake.conf: Add virtual/xserver to MUTLI_PROVIDER_WHITELIST
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 4573c9d7ce..37b428905a 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -176,7 +176,7 @@ PROVIDES = "" | |||
176 | PROVIDES_prepend = "${P} ${PF} ${PN} " | 176 | PROVIDES_prepend = "${P} ${PF} ${PN} " |
177 | RPROVIDES = "" | 177 | RPROVIDES = "" |
178 | 178 | ||
179 | MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native virtual/libintl-nativesdk" | 179 | MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native virtual/libintl-nativesdk virtual/xserver" |
180 | 180 | ||
181 | SOLIBS = ".so.*" | 181 | SOLIBS = ".so.*" |
182 | SOLIBS_darwin = ".*.dylib" | 182 | SOLIBS_darwin = ".*.dylib" |