[OE-core] [PATCH 2/3] default-providers.inc: add VIRTUAL-RUNTIME_mountpoint

Ioan-Adrian Ratiu adrian.ratiu at ni.com
Tue Mar 22 14:49:02 UTC 2016


From: Richard Tollerton <rich.tollerton at ni.com>

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 <rich.tollerton at ni.com>
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu at ni.com>
---
 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




More information about the Openembedded-core mailing list