diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-08-25 12:48:22 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-08-25 12:48:22 +0000 |
commit | 57b6a2b4ae76e0ac123f228c0ce5c17fa73da6e1 (patch) | |
tree | 3255ad99d81ec3662f5db18bf1a7eb38f58246f6 /conf | |
parent | 9573c58d40f9b76d8ff5c60d82f25542b8ae1f31 (diff) |
bitbake.conf: Add MULTI_PROVIDER_WHITELIST
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index d642998e8d..de5266f855 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -108,6 +108,8 @@ PROVIDES = "" PROVIDES_prepend = "${P} ${PF} ${PN} " RPROVIDES = "" +MULTI_PROVIDER_WHITELIST = "virtual/libintl" + PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-locale" FILES = "" |