diff options
| author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2015-09-18 13:51:33 +0200 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-21 15:20:12 +0100 | 
| commit | e94ea841ff84926e071bbfc0ff2b6e8b15d65fe5 (patch) | |
| tree | 80c28da1ff387d5cbc26cf5b5d5ce643d8f2857d /meta | |
| parent | 5830519bc10fa1195789d5b6a1b1bbbef4b940be (diff) | |
| download | openembedded-core-e94ea841ff84926e071bbfc0ff2b6e8b15d65fe5.tar.gz openembedded-core-e94ea841ff84926e071bbfc0ff2b6e8b15d65fe5.tar.bz2 openembedded-core-e94ea841ff84926e071bbfc0ff2b6e8b15d65fe5.zip | |
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@pseudoterminal.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb | 1 | 
1 files changed, 0 insertions, 1 deletions
| 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 07c2dcec16..bdf173aa4b 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)}" | 
