[oe-commits] [openembedded-core] 34/36: busybox: changes to support merged /usr

git at git.openembedded.org git at git.openembedded.org
Wed Jun 14 09:21:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 1f6c14939c8daa5e09103789c3ff5031cc888d16
Author: Amarnath Valluri <amarnath.valluri at intel.com>
AuthorDate: Tue Jun 13 09:52:37 2017 +0300

    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 <amarnath.valluri at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/busybox/busybox.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index b23eaa1..0816df6 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)}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list