diff options
author | Jacob Kroon <jacob.kroon@gmail.com> | 2020-06-10 19:52:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-12 08:25:04 +0100 |
commit | 7a4cc257a73a8c7d973144e667a9c73e268cc890 (patch) | |
tree | febe5bb66d962442c90c674e43224e21a1a14b19 /meta/recipes-graphics | |
parent | 0fb6864216f7adbc043cec7878c52479665a7071 (diff) | |
download | poky-7a4cc257a73a8c7d973144e667a9c73e268cc890.tar.gz |
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/libva/libva.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc index ac39e92de7..e7bec80c14 100644 --- a/meta/recipes-graphics/libva/libva.inc +++ b/meta/recipes-graphics/libva/libva.inc | |||
@@ -24,4 +24,4 @@ UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" | |||
24 | 24 | ||
25 | DEPENDS = "libdrm" | 25 | DEPENDS = "libdrm" |
26 | 26 | ||
27 | inherit meson pkgconfig features_check | 27 | inherit meson pkgconfig |