All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH v2 1/3] libchamplain: Require opengl distro feature
@ 2021-04-23  1:10 Khem Raj
  2021-04-23  1:10 ` [meta-multimedia][PATCH 2/3] aom: Match the name for AOM-Patent-License-1.0 Khem Raj
  2021-04-23  1:10 ` [meta-oe][PATCH 3/3] libdevmapper,lvm2: Do not inherit license Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Khem Raj @ 2021-04-23  1:10 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj, Andreas Müller

It has hard dependency on clutter-gtk-1.0 which needs opengl

Fixes

clutter-gtk-1.0 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libchamplain', 'clutter-gtk-1.0']

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
---
v2: Also inherit features_check

 meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb
index 90e5533015..24312c78a3 100644
--- a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb
+++ b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb
@@ -3,7 +3,9 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 DEPENDS = "glib-2.0 gtk+3 gdk-pixbuf clutter-1.0 clutter-gtk-1.0 libsoup-2.4"
 
-inherit meson gobject-introspection
+inherit features_check gobject-introspection meson
+
+REQUIRED_DISTRO_FEATURES = "opengl"
 
 SRCREV = "145e417f32e507b63c21ad4e915b808a6174099e"
 SRC_URI = "git://github.com/gnome/libchamplain.git"
-- 
2.31.1


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

end of thread, other threads:[~2021-04-23  1:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23  1:10 [meta-gnome][PATCH v2 1/3] libchamplain: Require opengl distro feature Khem Raj
2021-04-23  1:10 ` [meta-multimedia][PATCH 2/3] aom: Match the name for AOM-Patent-License-1.0 Khem Raj
2021-04-23  1:10 ` [meta-oe][PATCH 3/3] libdevmapper,lvm2: Do not inherit license 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.