diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2017-08-28 13:28:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-31 17:41:42 +0100 |
commit | ee4393933352805bc1da6cc34b3c5c695090455c (patch) | |
tree | 7f0efce43824ba1f7b7d6e130b63c92d86f93ec7 /meta/recipes-extended/diffutils | |
parent | a8b9b3a5ae9cb781c141c76f83e1d962ae8cc3e2 (diff) | |
download | poky-ee4393933352805bc1da6cc34b3c5c695090455c.tar.gz |
diffutils_3.6.bb: remove build host references
Remove build host references from diffutils-ptest package.
(From OE-Core rev: a8ada4759dba6bd003c9ec7a54f996bbcb33751f)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/diffutils')
-rw-r--r-- | meta/recipes-extended/diffutils/diffutils_3.6.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-extended/diffutils/diffutils_3.6.bb b/meta/recipes-extended/diffutils/diffutils_3.6.bb index a2ea484d88..deadd62c65 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() { | |||
24 | install -D ${S}/build-aux/test-driver $t/build-aux/test-driver | 24 | install -D ${S}/build-aux/test-driver $t/build-aux/test-driver |
25 | cp -r ${S}/tests $t/ | 25 | cp -r ${S}/tests $t/ |
26 | install ${B}/tests/Makefile $t/tests/ | 26 | install ${B}/tests/Makefile $t/tests/ |
27 | sed -e 's|^Makefile:|_Makefile:|' \ | 27 | sed -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \ |
28 | -e 's|${DEBUG_PREFIX_MAP}||g' \ | ||
29 | -e 's:${HOSTTOOLS_DIR}/::g' \ | ||
30 | -e 's:${RECIPE_SYSROOT_NATIVE}::g' \ | ||
31 | -e 's:${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}::g' \ | ||
32 | -e 's|^Makefile:|_Makefile:|' \ | ||
28 | -e 's|bash|sh|' \ | 33 | -e 's|bash|sh|' \ |
29 | -e 's|^top_srcdir = \(.*\)|top_srcdir = ..\/|' \ | 34 | -e 's|^top_srcdir = \(.*\)|top_srcdir = ..\/|' \ |
30 | -e 's|^srcdir = \(.*\)|srcdir = .|' \ | 35 | -e 's|^srcdir = \(.*\)|srcdir = .|' \ |