From: Gary Thomas <gary@mlbassoc.com>
To: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Cc: Yocto Project <yocto@yoctoproject.org>
Subject: Re: gstreamer without X11?
Date: Tue, 14 Jan 2014 06:18:00 -0700 [thread overview]
Message-ID: <52D53908.30304@mlbassoc.com> (raw)
In-Reply-To: <CAP71Wjw=Q3m-bEPMniCMug0Pn4d=VoQ5VqLHGNck29XqzDkbzA@mail.gmail.com>
On 2014-01-14 06:12, Nicolas Dechesne wrote:
>
> On Tue, Jan 14, 2014 at 2:07 PM, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote:
>
> I'm trying to build QTE with a distribution that does not include x11.
> However, I'm getting this error:
>
> ERROR: Nothing PROVIDES 'virtual/libx11' (but /home/local/poky-multi/meta/__recipes-multimedia/gstreamer/g__st-plugins-base_0.10.36.bb <http://gst-plugins-base_0.10.36.bb>
> DEPENDS on or otherwise requires it)
> ERROR: libx11-diet PROVIDES virtual/libx11 but was skipped: missing required distro feature ['x11'] (not in DISTRO_FEATURES)
> ERROR: libx11 PROVIDES virtual/libx11 but was skipped: missing required distro feature ['x11'] (not in DISTRO_FEATURES)
> ERROR: nativesdk-libx11 PROVIDES virtual/libx11 but was skipped: missing required distro feature ['x11'] (not in DISTRO_FEATURES)
> NOTE: Runtime target 'qwt-e' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['qwt-e', 'qt4-embedded', 'gst-plugins-base', 'virtual/libx11']
> ERROR: Required build target 'my-qte-image' has no buildable providers.
> Missing or unbuildable dependency chain was: ['my-qte-image', 'packagegroup-core-qt4e', 'qwt-e', 'qt4-embedded', 'gst-plugins-base', 'virtual/libx11']
>
> I don't understand why this happens though as the gst-plugins-base
> recipe uses PKGCONFIG to control this:
> PACKAGECONFIG ??= "${@base_contains('DISTRO___FEATURES', 'x11', 'x11', '', d)}"
> PACKAGECONFIG[x11] = "--enable-x --enable-xvideo,--disable-x --disable-xvideo,virtual/__libx11 libxv libsm libice"
>
> How can the depencency on virtual/libx11 still be there if DISTRO_FEATURES does not contain x11?
>
>
> obvious question... are you sure DISTRO_FEATURES does not contain x11? did you define you own distro config? it is there by default, so unless you did something to remove it, it
> will be there.
>
> you can display the value of the variable with
>
> bitbake -e gst-plugins-base | grep ^DISTRO_FEATURES
>
> you can check the value of PACKAGECONFIG as well to get more information.
Yes, I explicitly removed this in local.conf:
[gthomas@titan imx6_test]$ tail -n5 conf/local.conf
# Enable local PR server - edit this to use a shared server
PRSERV_HOST = "localhost:0"
DISTRO_FEATURES_remove = "x11 wayland"
[gthomas@titan imx6_test]$ bitbake -e gst-plugins-base | grep ^DISTRO_FEATURES
... nothing
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
next prev parent reply other threads:[~2014-01-14 13:18 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-14 13:07 gstreamer without X11? Gary Thomas
2014-01-14 13:12 ` Nicolas Dechesne
2014-01-14 13:18 ` Gary Thomas [this message]
2014-01-14 13:32 ` Burton, Ross
2014-01-14 13:34 ` Gary Thomas
2014-01-14 13:38 ` Nicolas Dechesne
2014-01-14 13:47 ` Martin Jansa
2014-01-14 13:55 ` Gary Thomas
2014-01-14 14:01 ` Nicolas Dechesne
2014-01-14 14:20 ` Burton, Ross
2014-01-14 14:20 ` Gary Thomas
2014-01-14 14:24 ` Burton, Ross
2014-01-14 14:30 ` Gary Thomas
2014-01-14 14:37 ` Burton, Ross
2014-01-14 14:49 ` Gary Thomas
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=52D53908.30304@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=nicolas.dechesne@linaro.org \
--cc=yocto@yoctoproject.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 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.