All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][warrior][PATCH 01/11] gtkwave: add distro_features_check
@ 2019-06-11 16:54 Martin Jansa
  2019-06-11 16:54 ` [meta-oe][warrior][PATCH 02/11] ndctl: make MACHINE_ARCH and ignore from libblockdev Martin Jansa
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Martin Jansa @ 2019-06-11 16:54 UTC (permalink / raw)
  To: openembedded-devel

* fixes:
ERROR: Nothing PROVIDES 'gtk+' (but /OE/build/luneos-warrior/webos-ports/meta-openembedded/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb DEPENDS on or otherwise requires it)
gtk+ was skipped: one of 'x11 directfb' needs to be in DISTRO_FEATURES
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gtkwave', 'gtk+']

and

ERROR: Nothing PROVIDES 'tk' (but /OE/build/luneos-warrior/webos-ports/meta-openembedded/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb DEPENDS on or otherwise requires it)
tk was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gtkwave', 'tk']

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb
index 60df6f773b..b9aae0f6c8 100644
--- a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb
+++ b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb
@@ -14,6 +14,10 @@ inherit pkgconfig autotools gettext texinfo
 DEPENDS = "tcl tk gperf-native bzip2 xz pango zlib gtk+ gdk-pixbuf glib-2.0"
 RDEPENDS_${PN} = "tk-lib"
 
+# depends on gtk+ which has this restriction
+inherit distro_features_check
+ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
+
 EXTRA_OECONF = "--with-tcl=${STAGING_BINDIR_CROSS} --with-tk=${STAGING_BINDIR_CROSS}"
 
 FILES_${PN} = "${bindir} ${datadir}"
-- 
2.17.1



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

end of thread, other threads:[~2019-06-11 20:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-11 16:54 [meta-oe][warrior][PATCH 01/11] gtkwave: add distro_features_check Martin Jansa
2019-06-11 16:54 ` [meta-oe][warrior][PATCH 02/11] ndctl: make MACHINE_ARCH and ignore from libblockdev Martin Jansa
2019-06-11 16:54 ` [meta-oe][warrior][PATCH 03/11] oprofile: make MACHINE_ARCH Martin Jansa
2019-06-11 19:33   ` Adrian Bunk
2019-06-11 20:04     ` Martin Jansa
2019-06-11 20:31       ` Adrian Bunk
2019-06-11 16:54 ` [meta-oe][warrior][PATCH 04/11] umip: " Martin Jansa
2019-06-11 16:54 ` [meta-oe][warrior][PATCH 05/11] mscgen: fix SRC_URI for multilib Martin Jansa
2019-06-11 16:54 ` [meta-oe][warrior][PATCH 06/11] triggerhappy: fix issues Martin Jansa
2019-06-11 16:55 ` [meta-oe][warrior][PATCH 07/11] python-cassandra-driver.inc: fix DEPENDS Martin Jansa
2019-06-11 16:55 ` [meta-oe][warrior][PATCH 08/11] opencv: use the same package name in PACKAGES and RDEPENDS Martin Jansa
2019-06-11 16:55 ` [meta-oe][warrior][PATCH 09/11] igmpproxy: remove 0001-src-igmpproxy.h-Include-sys-types.h-for-u_short-u_in.patch and _GNU_SOURCE Martin Jansa
2019-06-11 16:55 ` [meta-oe][warrior][PATCH 10/11] libvncserver: set PV in the recipe Martin Jansa
2019-06-11 16:55 ` [meta-oe][warrior][PATCH 11/11] ccid: fix SRC_URI Martin Jansa
2019-06-11 17:28 ` [meta-oe][warrior][PATCH 01/11] gtkwave: add distro_features_check akuster808
2019-06-11 19:29   ` Martin Jansa

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.