From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Carlos Rafael Giani <dv@pseudoterminal.org>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] gdk-pixbuf: remove redundant libx11 DEPENDS line
Date: Fri, 18 Sep 2015 14:32:13 +0100 [thread overview]
Message-ID: <1442583133.26666.253.camel@linuxfoundation.org> (raw)
In-Reply-To: <1442577093-6511-1-git-send-email-dv@pseudoterminal.org>
On Fri, 2015-09-18 at 13:51 +0200, Carlos Rafael Giani wrote:
> The x11 packageconfig already takes care of the X11 dependency, and also
> respects the DISTRO_FEATURES
>
> Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
> ---
> meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb
> index 07c2dce..bdf173a 100644
> --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb
> +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb
> @@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
> SECTION = "libs"
>
> DEPENDS = "glib-2.0"
> -DEPENDS_append_linuxstdbase = " virtual/libx11"
Do we not need something like:
PACKAGECONFIG_append_linuxstdbase = "x11"
to ensure that this is enabled for LSB?
Cheers,
Richard
next prev parent reply other threads:[~2015-09-18 13:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-18 11:51 [PATCH] gdk-pixbuf: remove redundant libx11 DEPENDS line Carlos Rafael Giani
2015-09-18 11:53 ` Otavio Salvador
2015-09-18 13:32 ` Richard Purdie [this message]
2015-09-18 13:49 ` Paul Eggleton
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=1442583133.26666.253.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=dv@pseudoterminal.org \
--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 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.