diff options
-rw-r--r-- | meta/conf/distro/include/default-providers.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index 9f84d5ced2..bb382bd686 100644 --- a/meta/conf/distro/include/default-providers.inc +++ b/meta/conf/distro/include/default-providers.inc | |||
@@ -13,6 +13,7 @@ PREFERRED_PROVIDER_virtual/mesa ?= "mesa" | |||
13 | PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-utils" | 13 | PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-utils" |
14 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-utils-native" | 14 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-utils-native" |
15 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11" | 15 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11" |
16 | PREFERRED_PROVIDER_virtual/base-utils ?= "busybox" | ||
16 | PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel" | 17 | PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel" |
17 | 18 | ||
18 | # | 19 | # |
@@ -23,6 +24,8 @@ VIRTUAL-RUNTIME_apm ?= "apm" | |||
23 | VIRTUAL-RUNTIME_alsa-state ?= "alsa-state" | 24 | VIRTUAL-RUNTIME_alsa-state ?= "alsa-state" |
24 | VIRTUAL-RUNTIME_getopt ?= "util-linux-getopt" | 25 | VIRTUAL-RUNTIME_getopt ?= "util-linux-getopt" |
25 | VIRTUAL-RUNTIME_wireless-tools ?= "iw wireless-tools" | 26 | VIRTUAL-RUNTIME_wireless-tools ?= "iw wireless-tools" |
27 | VIRTUAL-RUNTIME_base-utils ?= "busybox" | ||
28 | VIRTUAL-RUNTIME_base-utils-hwclock ?= "busybox-hwclock" | ||
26 | 29 | ||
27 | # | 30 | # |
28 | # Default recipe providers | 31 | # Default recipe providers |