From: Richard Purdie Date: Mon, 15 Oct 2007 15:47:21 +0000 (+0000) Subject: poky.conf: Set VIRTUAL-RUNTIME_update-alternatives, fix some quoting X-Git-Tag: 2011-1~10540 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4a5f7112902abac7f89d191748269969ac165277;p=openembedded-core.git poky.conf: Set VIRTUAL-RUNTIME_update-alternatives, fix some quoting git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2881 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index f75b90e1ec..dcf30830dd 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -52,11 +52,13 @@ require conf/distro/include/poky-${POKYLIBC}.inc # Virtuals: 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 +PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive" +PREFERRED_PROVIDER_virtual/update-alternatives ?= "update-alternatives-cworth" +PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "update-alternatives-cworth-native" PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11" +VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth" + # Others: PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers" PREFERRED_PROVIDER_dbus-glib ?= "dbus-glib"