[oe-commits] [openembedded-core] 09/12: diffutils_3.6.bb: remove build host references

git at git.openembedded.org git at git.openembedded.org
Wed Aug 30 10:21:24 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 a8ada4759dba6bd003c9ec7a54f996bbcb33751f
Author: Juro Bystricky <juro.bystricky at intel.com>
AuthorDate: Mon Aug 28 13:28:22 2017 -0700

    diffutils_3.6.bb: remove build host references
    
    Remove build host references from diffutils-ptest package.
    
    Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/diffutils/diffutils_3.6.bb | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/diffutils/diffutils_3.6.bb b/meta/recipes-extended/diffutils/diffutils_3.6.bb
index a2ea484..deadd62 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.6.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.6.bb
@@ -24,7 +24,12 @@ do_install_ptest() {
 	install -D ${S}/build-aux/test-driver $t/build-aux/test-driver
 	cp -r ${S}/tests $t/
 	install ${B}/tests/Makefile $t/tests/
-	sed -e 's|^Makefile:|_Makefile:|' \
+	sed -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \
+	    -e 's|${DEBUG_PREFIX_MAP}||g' \
+	    -e 's:${HOSTTOOLS_DIR}/::g' \
+	    -e 's:${RECIPE_SYSROOT_NATIVE}::g' \
+	    -e 's:${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}::g' \
+	    -e 's|^Makefile:|_Makefile:|' \
 	    -e 's|bash|sh|' \
 	    -e 's|^top_srcdir = \(.*\)|top_srcdir = ..\/|' \
 	    -e 's|^srcdir = \(.*\)|srcdir = .|' \

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


More information about the Openembedded-commits mailing list