From: Richard Tollerton <[email protected]> util-linux, sysvinit, and busybox are all capable of providing mountpoint; add a VIRTUAL-RUNTIME_mountpoint in order to switch runtime dependencies between the three at build time.
Signed-off-by: Richard Tollerton <[email protected]> Signed-off-by: Ioan-Adrian Ratiu <[email protected]> --- meta/conf/distro/include/default-providers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index ba85c78..d13e3ad 100644 --- a/meta/conf/distro/include/default-providers.inc +++ b/meta/conf/distro/include/default-providers.inc @@ -26,6 +26,7 @@ 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" +VIRTUAL-RUNTIME_mountpoint ?= "util-linux-mountpoint" # # Default recipe providers -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
