1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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>
This commit is contained in:
Nathan Rossi
2017-09-10 22:59:08 +10:00
committed by Richard Purdie
parent 1b0e9f8534
commit b51b4f5ae2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -176,6 +176,7 @@ ASSUME_PROVIDED = "\
chrpath-native \
file-native \
findutils-native \
gawk-native \
git-native \
grep-native \
diffstat-native \
+1 -1
View File
@@ -46,4 +46,4 @@ do_install_ptest() {
done
}
BBCLASSEXTEND = "nativesdk"
BBCLASSEXTEND = "native nativesdk"