]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdk-pixbuf: remove redundant libx11 DEPENDS line
authorCarlos Rafael Giani <dv@pseudoterminal.org>
Fri, 18 Sep 2015 11:51:33 +0000 (13:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Sep 2015 14:20:12 +0000 (15:20 +0100)
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>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb

index 07c2dcec16b0363371692d96667fda82b2159574..bdf173aa4b3d560428397a08f9bb0f2b299e46b0 100644 (file)
@@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
 SECTION = "libs"
 
 DEPENDS = "glib-2.0"
-DEPENDS_append_linuxstdbase = " virtual/libx11"
 
 MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"