diff options
author | Ross Burton <ross.burton@intel.com> | 2012-11-09 10:09:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-12 13:36:37 +0000 |
commit | 7ea8496ce085d507166efbd3a5e4d20444d3c35f (patch) | |
tree | 3ab892adc8d6e01a280f475413e72c8874b63b80 /meta/recipes-extended/bash | |
parent | 85bfe3c931d7ef5ee461251abb6772564733e072 (diff) | |
download | poky-7ea8496ce085d507166efbd3a5e4d20444d3c35f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended/bash')
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index ae4b681000..f1de931e82 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
@@ -9,7 +9,6 @@ inherit autotools gettext update-alternatives | |||
9 | PARALLEL_MAKE = "" | 9 | PARALLEL_MAKE = "" |
10 | 10 | ||
11 | EXTRA_OECONF = "--enable-job-control" | 11 | EXTRA_OECONF = "--enable-job-control" |
12 | export CC_FOR_BUILD = "${BUILD_CC}" | ||
13 | 12 | ||
14 | ALTERNATIVE_${PN} = "sh" | 13 | ALTERNATIVE_${PN} = "sh" |
15 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" | 14 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" |