[oe-commits] Ross Burton : default-providers: add default virtual provider for gtk-update-icon-cache

git at git.openembedded.org git at git.openembedded.org
Tue Mar 5 13:14:18 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 73c5458c7f041157832123696814b02df2b55090
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=73c5458c7f041157832123696814b02df2b55090

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Mar  4 12:52:45 2013 +0000

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.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 444176c..ebf2a09 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"
 PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native"
 PREFERRED_PROVIDER_virtual/libx11 ?= "libx11"
 PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel"
+PREFERRED_PROVIDER_virtual/gtk-update-icon-cache-native ?= "gtk-update-icon-cache-native"
 
 #
 # Default virtual runtime providers





More information about the Openembedded-commits mailing list