1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

meta: Don't inherit 'features_check' in recipes that don't utilize it

(From OE-Core rev: e5591eb5165b1b7287a12928e2b179ae2b5ce5d6)

Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jacob Kroon
2020-06-10 19:52:44 +02:00
committed by Richard Purdie
parent 0fb6864216
commit 7a4cc257a7
7 changed files with 7 additions and 7 deletions
@@ -35,7 +35,7 @@ SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \
SRC_URI_append_class-native = " file://disable-hardcoded-configs.patch"
inherit autotools texinfo features_check
inherit autotools texinfo
EXTRA_OECONF = "--without-x"