diff options
author | Ming Liu <ming.liu@toradex.com> | 2020-05-24 18:25:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-25 22:25:53 +0100 |
commit | 431654834167d79b343ebf8fe95dbcba0d0917c9 (patch) | |
tree | abeef86e84c094cf82e4614b3fa010d577168984 | |
parent | a3cd8fe20607705324af8e64be5ddaf48b6d5137 (diff) | |
download | poky-431654834167d79b343ebf8fe95dbcba0d0917c9.tar.gz |
at-spi2-atk: dont inherit features_check
In commit be18dabd:
[ at-spi2: Make X11 support truly optional ]
REQUIRED_DISTRO_FEATURES was dropped, so it does not have to inherit
features_check.bbclass.
(From OE-Core rev: 9106d0381d819dfdb73431b9d209ec09a995914e)
Signed-off-by: Ming Liu <ming.liu@toradex.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/atk/at-spi2-atk_2.34.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.34.2.bb b/meta/recipes-support/atk/at-spi2-atk_2.34.2.bb index 107d312d14..02a4d4712c 100644 --- a/meta/recipes-support/atk/at-spi2-atk_2.34.2.bb +++ b/meta/recipes-support/atk/at-spi2-atk_2.34.2.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[archive.sha256sum] = "901323cee0eef05c01ec4dee06c701aeeca81a314a7d60216f | |||
9 | DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core libxml2" | 9 | DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core libxml2" |
10 | 10 | ||
11 | GNOMEBASEBUILDCLASS = "meson" | 11 | GNOMEBASEBUILDCLASS = "meson" |
12 | inherit gnomebase features_check upstream-version-is-even | 12 | inherit gnomebase upstream-version-is-even |
13 | 13 | ||
14 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2" | 14 | PACKAGES =+ "${PN}-gnome ${PN}-gtk2" |
15 | 15 | ||