From: Richard Purdie Date: Fri, 22 Sep 2006 16:25:10 +0000 (+0000) Subject: poky.conf: Add PREFERRED_PROVIDER for update-alternatives X-Git-Tag: 2011-1~12661 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=36f59c25995ab4ad0d9ff6482495ecef0b094e19;p=openembedded-core.git poky.conf: Add PREFERRED_PROVIDER for update-alternatives git-svn-id: https://svn.o-hand.com/repos/poky/trunk@748 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 00261aa9ab..3e8c7aeaba 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -56,6 +56,8 @@ PREFERRED_PROVIDER_virtual/libintl ?= glibc PREFERRED_PROVIDER_virtual/db ?= "db" PREFERRED_PROVIDER_virtual/db-native ?= "db-native" PREFERRED_PROVIDER_virtual/xserver ?= xserver-kdrive +PREFERRED_PROVIDER_virtual/update-alternatives ?= update-alternatives-cworth +PREFERRED_PROVIDER_virtual/update-alternatives-native ?= update-alternatives-cworth-native # Others: PREFERRED_PROVIDER_libx11 ?= "diet-x11" @@ -175,4 +177,4 @@ CVS_TARBALL_STASH += "http://www.o-hand.com/~richard/poky/sources/" IMAGE_LINGUAS = "en-gb" DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi" -DISTRO_FEATURES_cmx270 = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost" \ No newline at end of file +DISTRO_FEATURES_cmx270 = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost"