[oe-commits] [openembedded-core] 34/37: sed: changes to support merged /usr

git at git.openembedded.org git at git.openembedded.org
Tue Jun 13 11:59:32 UTC 2017


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

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

commit d8210759ebcacb86e7ed9e113aac1d4ed3710db5
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