Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: akuster808 <akuster808@gmail.com>
To: Martin Jansa <martin.jansa@gmail.com>,
	openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][warrior][PATCH 01/11] gtkwave: add distro_features_check
Date: Tue, 11 Jun 2019 10:28:25 -0700	[thread overview]
Message-ID: <aade7c0f-e5a1-a05b-07ac-1a77aa59a6cb@gmail.com> (raw)
In-Reply-To: <20190611165504.23049-1-Martin.Jansa@gmail.com>



On 6/11/19 9:54 AM, Martin Jansa wrote:
> * 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>

Is Master affected ?
> ---
>  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}"



  parent reply	other threads:[~2019-06-11 17:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` akuster808 [this message]
2019-06-11 19:29   ` [meta-oe][warrior][PATCH 01/11] gtkwave: add distro_features_check Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aade7c0f-e5a1-a05b-07ac-1a77aa59a6cb@gmail.com \
    --to=akuster808@gmail.com \
    --cc=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox