diff options
author | Ross Burton <ross.burton@intel.com> | 2013-03-04 12:52:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-05 13:14:54 +0000 |
commit | f07515096ea39e267cd3ebeea08cffbba1af07e0 (patch) | |
tree | 5a6311fbabfbbec3459554d85ce293a6d26efbf3 /meta/conf | |
parent | f9a94af9681219628f141f24ecc939603cff5e53 (diff) | |
download | poky-f07515096ea39e267cd3ebeea08cffbba1af07e0.tar.gz |
default-providers: add default virtual provider for gtk-update-icon-cache
Use a virtual provider instead of a hard dependency so that if gtk+-native is
required in some configuration, this provider can be changed and then
gtk+-native and gtk-update-icon-cache-native won't be both built and conflict in
the sysroot.
(From OE-Core rev: 73c5458c7f041157832123696814b02df2b55090)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/default-providers.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index 444176c60a..ebf2a0987c 100644 --- a/meta/conf/distro/include/default-providers.inc +++ b/meta/conf/distro/include/default-providers.inc | |||
@@ -12,6 +12,7 @@ PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg" | |||
12 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native" | 12 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native" |
13 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11" | 13 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11" |
14 | PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel" | 14 | PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel" |
15 | PREFERRED_PROVIDER_virtual/gtk-update-icon-cache-native ?= "gtk-update-icon-cache-native" | ||
15 | 16 | ||
16 | # | 17 | # |
17 | # Default virtual runtime providers | 18 | # Default virtual runtime providers |