[oe-commits] [openembedded-core] 35/36: sed: changes to support merged /usr

git at git.openembedded.org git at git.openembedded.org
Wed Jun 14 09:21:15 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 4f33950156c50aab68cbdf80fe52345eea6fb76c
Author: Amarnath Valluri <amarnath.valluri at intel.com>
AuthorDate: Tue Jun 13 09:52:38 2017 +0300

    sed: changes to support merged /usr
    
    Few of the perl scripts referring '#!/bin/sed' inside the script. But when
    'usrmerge' feature is enabled this path would be /usr/bin/sed. So to satisfy
    build dependency add '/bin/sed' 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-extended/sed/sed_4.2.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/sed/sed_4.2.2.bb b/meta/recipes-extended/sed/sed_4.2.2.bb
index 5aa7d8a..e31bec2 100644
--- a/meta/recipes-extended/sed/sed_4.2.2.bb
+++ b/meta/recipes-extended/sed/sed_4.2.2.bb
@@ -44,3 +44,4 @@ do_install_ptest() {
 	oe_runmake -C ${TESTDIR} install-ptest BUILDDIR=${B} DESTDIR=${D}${PTEST_PATH} TESTDIR=${TESTDIR}
 }
 
+RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sed', '', d)}"

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


More information about the Openembedded-commits mailing list