From: Ming Liu Date: Sun, 24 May 2020 16:25:28 +0000 (+0200) Subject: at-spi2-atk: dont inherit features_check X-Git-Tag: uninative-2.9~732 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9106d0381d819dfdb73431b9d209ec09a995914e;p=openembedded-core.git 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. Signed-off-by: Ming Liu Signed-off-by: Richard Purdie --- 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 DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core libxml2" GNOMEBASEBUILDCLASS = "meson" -inherit gnomebase features_check upstream-version-is-even +inherit gnomebase upstream-version-is-even PACKAGES =+ "${PN}-gnome ${PN}-gtk2"