diff options
-rw-r--r-- | meta/conf/distro/poky.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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 | |||
56 | PREFERRED_PROVIDER_virtual/db ?= "db" | 56 | PREFERRED_PROVIDER_virtual/db ?= "db" |
57 | PREFERRED_PROVIDER_virtual/db-native ?= "db-native" | 57 | PREFERRED_PROVIDER_virtual/db-native ?= "db-native" |
58 | PREFERRED_PROVIDER_virtual/xserver ?= xserver-kdrive | 58 | PREFERRED_PROVIDER_virtual/xserver ?= xserver-kdrive |
59 | PREFERRED_PROVIDER_virtual/update-alternatives ?= update-alternatives-cworth | ||
60 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= update-alternatives-cworth-native | ||
59 | 61 | ||
60 | # Others: | 62 | # Others: |
61 | PREFERRED_PROVIDER_libx11 ?= "diet-x11" | 63 | PREFERRED_PROVIDER_libx11 ?= "diet-x11" |
@@ -175,4 +177,4 @@ CVS_TARBALL_STASH += "http://www.o-hand.com/~richard/poky/sources/" | |||
175 | IMAGE_LINGUAS = "en-gb" | 177 | IMAGE_LINGUAS = "en-gb" |
176 | 178 | ||
177 | DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi" | 179 | DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi" |
178 | DISTRO_FEATURES_cmx270 = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost" \ No newline at end of file | 180 | DISTRO_FEATURES_cmx270 = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost" |