mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
gcc-cross.inc: drop pruning of PATCH_GET from the testgcc script
PATCH_GET is no longer exported by bitbake.conf, so no longer needs to be pruned from the gcc-cross do_compile() environment. (From OE-Core rev: 386d1617f1e6e293506b751faa41ff8c37348973) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
9e7d92959f
commit
dfb9d41b7c
|
|
@ -72,7 +72,6 @@ do_compile () {
|
|||
sed -i -e "/^'/d" ${B}/${TARGET_PREFIX}testgcc
|
||||
sed -i -e "/^UID/d" ${B}/${TARGET_PREFIX}testgcc
|
||||
sed -i -e "/^TERM/d" ${B}/${TARGET_PREFIX}testgcc
|
||||
sed -i -e "/^PATCH_GET/d" ${B}/${TARGET_PREFIX}testgcc
|
||||
sed -i -e "/^PKG_/d" ${B}/${TARGET_PREFIX}testgcc
|
||||
sed -i -e "/^POSIXLY_/d" ${B}/${TARGET_PREFIX}testgcc
|
||||
sed -i -e "/^PPID/d" ${B}/${TARGET_PREFIX}testgcc
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user