1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

meta: remove redundant _FOR_BUILD variables

(From OE-Core rev: acabd2158d9004dedfdfad8c170b77d32684f3fc)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2012-11-09 10:09:29 +00:00
committed by Richard Purdie
parent 85bfe3c931
commit 7ea8496ce0
9 changed files with 8 additions and 24 deletions
-1
View File
@@ -9,7 +9,6 @@ inherit autotools gettext update-alternatives
PARALLEL_MAKE = ""
EXTRA_OECONF = "--enable-job-control"
export CC_FOR_BUILD = "${BUILD_CC}"
ALTERNATIVE_${PN} = "sh"
ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh"