[OE-core] [PATCH] gdk-pixbuf: remove redundant libx11 DEPENDS line
Richard Purdie
richard.purdie at linuxfoundation.org
Fri Sep 18 13:32:13 UTC 2015
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 at 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
More information about the Openembedded-core
mailing list