diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-28 14:46:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-03 00:10:11 +0000 |
commit | a264dc462c578ac6d7c40bd9489c19fb624f16b5 (patch) | |
tree | bd6a696cae2aace4ac90bc8a2c5c2055432d4a6f /meta/classes | |
parent | 5249a8a3d505e277b73e51ac0efe33512a71b58b (diff) | |
download | poky-a264dc462c578ac6d7c40bd9489c19fb624f16b5.tar.gz |
bitbake.conf/sanity: Drop makeinfo as being required on buildhost
This is a long standing 'odd' dependency which we've meant to
resolve. We shouldn't need it and it introduces reproducability issues.
We already have texinfo-dummy-native and texinfo-native which can
provide it but the work to remove the hosttool was never completed.
After cleaning up texinfo.bbclass, this can now be removed with
minimal impact on build time.
[YOCTO #13753]
(From OE-Core rev: 0c58c479af151969dfb84d8763696da657f7248d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/sanity.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 5c2f8f9d75..cca5cdad17 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -2,7 +2,7 @@ | |||
2 | # Sanity check the users setup for common misconfigurations | 2 | # Sanity check the users setup for common misconfigurations |
3 | # | 3 | # |
4 | 4 | ||
5 | SANITY_REQUIRED_UTILITIES ?= "patch diffstat makeinfo git bzip2 tar \ | 5 | SANITY_REQUIRED_UTILITIES ?= "patch diffstat git bzip2 tar \ |
6 | gzip gawk chrpath wget cpio perl file which" | 6 | gzip gawk chrpath wget cpio perl file which" |
7 | 7 | ||
8 | def bblayers_conf_file(d): | 8 | def bblayers_conf_file(d): |