summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-09-10 22:59:08 +1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-18 11:07:31 +0100
commitb51b4f5ae2638bed2430bb2ae970cc83725ecfa8 (patch)
tree7ae831d284ff2bc1d731a8af5a32be4579120a17 /meta/conf
parent1b0e9f8534acff5e9e6c3847e70af810e27edefc (diff)
downloadpoky-b51b4f5ae2638bed2430bb2ae970cc83725ecfa8.tar.gz
gawk: Enable native building
Also update the ASSUME_PROVIDED in bitbake.conf to contain gawk-native as the dependency is passed in via HOSTTOOLS for native builds. This allows for recipes to depend on gawk-native, and have the dependency met if not already provided by the host tools. (From OE-Core rev: cbc396dd10488990c98bb6fd94c7d10a736d57c1) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 8fb596e6b9..4ff1e9608e 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -176,6 +176,7 @@ ASSUME_PROVIDED = "\
176 chrpath-native \ 176 chrpath-native \
177 file-native \ 177 file-native \
178 findutils-native \ 178 findutils-native \
179 gawk-native \
179 git-native \ 180 git-native \
180 grep-native \ 181 grep-native \
181 diffstat-native \ 182 diffstat-native \