[oe-commits] Carlos Rafael Giani : gdk-pixbuf: remove redundant libx11 DEPENDS line

git at git.openembedded.org git at git.openembedded.org
Mon Sep 21 14:33:44 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: e94ea841ff84926e071bbfc0ff2b6e8b15d65fe5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e94ea841ff84926e071bbfc0ff2b6e8b15d65fe5

Author: Carlos Rafael Giani <dv at pseudoterminal.org>
Date:   Fri Sep 18 13:51:33 2015 +0200

gdk-pixbuf: remove redundant libx11 DEPENDS line

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>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 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"
 
 MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 



More information about the Openembedded-commits mailing list