diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2017-09-10 22:59:08 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-18 11:07:31 +0100 |
commit | b51b4f5ae2638bed2430bb2ae970cc83725ecfa8 (patch) | |
tree | 7ae831d284ff2bc1d731a8af5a32be4579120a17 /meta/recipes-extended/gawk | |
parent | 1b0e9f8534acff5e9e6c3847e70af810e27edefc (diff) | |
download | poky-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/recipes-extended/gawk')
-rw-r--r-- | meta/recipes-extended/gawk/gawk_4.1.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/gawk/gawk_4.1.4.bb b/meta/recipes-extended/gawk/gawk_4.1.4.bb index dda38ef1bb..04451f7ff8 100644 --- a/meta/recipes-extended/gawk/gawk_4.1.4.bb +++ b/meta/recipes-extended/gawk/gawk_4.1.4.bb | |||
@@ -46,4 +46,4 @@ do_install_ptest() { | |||
46 | done | 46 | done |
47 | } | 47 | } |
48 | 48 | ||
49 | BBCLASSEXTEND = "nativesdk" | 49 | BBCLASSEXTEND = "native nativesdk" |