From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: ml@communistcode.co.uk
Cc: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: Nothing provides libxcb-*
Date: Fri, 14 Sep 2012 13:16:13 +0100 [thread overview]
Message-ID: <1347624973.13596.7.camel@ted> (raw)
In-Reply-To: <50531E8A.8000307@communistcode.co.uk>
On Fri, 2012-09-14 at 13:09 +0100, Jack Mitchell wrote:
> I am trying to use the package libxcb-xfixes in a recipe however when I
> add 'libxcb-xfixes' to DEPENDS I get the error that nothing provides
> libxcb-xfixes however the libxcb package clearly has it in the PACKAGES
> variable
>
> recipes-graphics/xcb/libxcb.inc:PACKAGES =+ "libxcb-composite
> libxcb-damage libxcb-dpms libxcb-glx \
> recipes-graphics/xcb/libxcb.inc: libxcb-randr libxcb-record
> libxcb-render libxcb-res \
> recipes-graphics/xcb/libxcb.inc: libxcb-screensaver libxcb-shape
> libxcb-shm libxcb-sync \
> recipes-graphics/xcb/libxcb.inc: libxcb-xevie libxcb-xf86dri
> libxcb-xfixes libxcb-xlib \
> recipes-graphics/xcb/libxcb.inc: libxcb-xprint libxcb-xtest libxcb-xv
> libxcb-xvmc \
> recipes-graphics/xcb/libxcb.inc: libxcb-dri2"
>
> I have also tried using others in this package list to no avail, can
> anybody comment on how I should be using these packages?
You're mixing up the build time and runtime namespaces. You would add
DEPENDS = "libxcb" or RDEPENDS_${PN}-xxx = "libxcb-xfixes".
DEPENDS is build time and you use PN
RDEPENDS/RRECOMMENDS/R* is runtime and values from PACKAGES
Cheers,
Richard
next prev parent reply other threads:[~2012-09-14 12:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-14 12:09 Nothing provides libxcb-* Jack Mitchell
2012-09-14 12:12 ` Burton, Ross
2012-09-14 12:16 ` Richard Purdie [this message]
2012-09-14 12:32 ` Jack Mitchell
2012-09-14 12:36 ` Jack Mitchell
2012-09-14 13:01 ` Jack Mitchell
2012-09-14 13:19 ` Richard Purdie
2012-09-14 13:22 ` Richard Purdie
2012-09-14 13:28 ` Jack Mitchell
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=1347624973.13596.7.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=ml@communistcode.co.uk \
--cc=openembedded-core@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