mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
base-utils:flexible dependency for command utilities
add base-line configuration for command utilities, this will be used instead of hardcoded uses of busybox around the environment. (From OE-Core rev: b14027e361fc0393fa4ee060ecb1088742607533) Signed-off-by: Alejandro Joya <alejandro.joya.cruz@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c44b76abc3
commit
9349f42429
@@ -13,6 +13,7 @@ PREFERRED_PROVIDER_virtual/mesa ?= "mesa"
|
||||
PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-utils"
|
||||
PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-utils-native"
|
||||
PREFERRED_PROVIDER_virtual/libx11 ?= "libx11"
|
||||
PREFERRED_PROVIDER_virtual/base-utils ?= "busybox"
|
||||
PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel"
|
||||
|
||||
#
|
||||
@@ -23,6 +24,8 @@ VIRTUAL-RUNTIME_apm ?= "apm"
|
||||
VIRTUAL-RUNTIME_alsa-state ?= "alsa-state"
|
||||
VIRTUAL-RUNTIME_getopt ?= "util-linux-getopt"
|
||||
VIRTUAL-RUNTIME_wireless-tools ?= "iw wireless-tools"
|
||||
VIRTUAL-RUNTIME_base-utils ?= "busybox"
|
||||
VIRTUAL-RUNTIME_base-utils-hwclock ?= "busybox-hwclock"
|
||||
|
||||
#
|
||||
# Default recipe providers
|
||||
|
||||
Reference in New Issue
Block a user