From 1f6c14939c8daa5e09103789c3ff5031cc888d16 Mon Sep 17 00:00:00 2001 From: Amarnath Valluri Date: Tue, 13 Jun 2017 09:52:37 +0300 Subject: busybox: changes to support merged /usr Most of the shell scripts refer to /bin/sh inside the script. When 'usrmege' feature is enabled, this path would be /usr/bin/sh. Hence, to satisfy build dependency add '/bin/sh' to it's providers list. Signed-off-by: Amarnath Valluri Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/busybox') diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index b23eaa1068..0816df624a 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc @@ -439,3 +439,5 @@ pkg_prerm_${PN}-syslog () { fi fi } + +RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh', '', d)}" -- cgit 1.2.3-korg