mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +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:
committed by
Richard Purdie
parent
1b0e9f8534
commit
b51b4f5ae2
@@ -176,6 +176,7 @@ ASSUME_PROVIDED = "\
|
|||||||
chrpath-native \
|
chrpath-native \
|
||||||
file-native \
|
file-native \
|
||||||
findutils-native \
|
findutils-native \
|
||||||
|
gawk-native \
|
||||||
git-native \
|
git-native \
|
||||||
grep-native \
|
grep-native \
|
||||||
diffstat-native \
|
diffstat-native \
|
||||||
|
|||||||
@@ -46,4 +46,4 @@ do_install_ptest() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
BBCLASSEXTEND = "nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user