All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] at-spi2-atk: dont inherit features_check
@ 2020-05-24 16:25 Ming Liu
  2020-05-28 15:32 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Ming Liu @ 2020-05-24 16:25 UTC (permalink / raw)
  To: openembedded-core; +Cc: Ming Liu

From: Ming Liu <ming.liu@toradex.com>

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 <ming.liu@toradex.com>
---
 meta/recipes-support/atk/at-spi2-atk_2.34.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [OE-core] [PATCH] at-spi2-atk: dont inherit features_check
  2020-05-24 16:25 [OE-core] [PATCH] at-spi2-atk: dont inherit features_check Ming Liu
@ 2020-05-28 15:32 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2020-05-28 15:32 UTC (permalink / raw)
  To: openembedded-core



On 5/24/20 9:25 AM, Ming Liu wrote:
> From: Ming Liu <ming.liu@toradex.com>
> 
> 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 <ming.liu@toradex.com>
> ---
>   meta/recipes-support/atk/at-spi2-atk_2.34.2.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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
>   


do we have x11 as packageconfig ? if not perhaps it should be done here too

>   PACKAGES =+ "${PN}-gnome ${PN}-gtk2"
>   
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-28 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-24 16:25 [OE-core] [PATCH] at-spi2-atk: dont inherit features_check Ming Liu
2020-05-28 15:32 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.