diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2017-08-28 13:28:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-31 17:41:41 +0100 |
commit | 176bbbf8127e0b4a2ed8df2f7b203849210d5282 (patch) | |
tree | 8adbcb2ce50a0fcafacd729dc140551a33283bf4 /meta/recipes-devtools/flex | |
parent | 477925617dd459b3cc2ccb2a7fbc041f05859770 (diff) | |
download | poky-176bbbf8127e0b4a2ed8df2f7b203849210d5282.tar.gz |
flex_2.6.0.bb: remove build host references
Remove build host references from flex-ptest package.
[YOCTO #11667]
(From OE-Core rev: e395bc4ab6c4a819958a761ee24de96f31294139)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/flex')
-rw-r--r-- | meta/recipes-devtools/flex/flex_2.6.0.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-devtools/flex/flex_2.6.0.bb b/meta/recipes-devtools/flex/flex_2.6.0.bb index ab35b09f99..a906fe8dc6 100644 --- a/meta/recipes-devtools/flex/flex_2.6.0.bb +++ b/meta/recipes-devtools/flex/flex_2.6.0.bb | |||
@@ -55,7 +55,11 @@ do_install_ptest() { | |||
55 | cp ${S}/build-aux/test-driver ${D}${PTEST_PATH}/build-aux/ | 55 | cp ${S}/build-aux/test-driver ${D}${PTEST_PATH}/build-aux/ |
56 | cp -r ${S}/tests/* ${D}${PTEST_PATH} | 56 | cp -r ${S}/tests/* ${D}${PTEST_PATH} |
57 | cp -r ${B}/tests/* ${D}${PTEST_PATH} | 57 | cp -r ${B}/tests/* ${D}${PTEST_PATH} |
58 | sed -e 's/^Makefile:/_Makefile:/' \ | 58 | sed -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \ |
59 | -e 's|${DEBUG_PREFIX_MAP}||g' \ | ||
60 | -e 's:${HOSTTOOLS_DIR}/::g' \ | ||
61 | -e 's:${RECIPE_SYSROOT_NATIVE}::g' \ | ||
62 | -e 's:${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}::g' \-e 's/^Makefile:/_Makefile:/' \ | ||
59 | -e 's/^srcdir = \(.*\)/srcdir = ./' -e 's/^top_srcdir = \(.*\)/top_srcdir = ./' \ | 63 | -e 's/^srcdir = \(.*\)/srcdir = ./' -e 's/^top_srcdir = \(.*\)/top_srcdir = ./' \ |
60 | -e 's/^builddir = \(.*\)/builddir = ./' -e 's/^top_builddir = \(.*\)/top_builddir = ./' \ | 64 | -e 's/^builddir = \(.*\)/builddir = ./' -e 's/^top_builddir = \(.*\)/top_builddir = ./' \ |
61 | -i ${D}${PTEST_PATH}/Makefile | 65 | -i ${D}${PTEST_PATH}/Makefile |