]> code.ossystems Code Review - openembedded-core.git/commitdiff
libproxy: remove dependency on X libs
authorPhil Blundell <philb@gnu.org>
Mon, 15 Aug 2011 15:21:27 +0000 (16:21 +0100)
committerSaul Wold <sgw@linux.intel.com>
Wed, 17 Aug 2011 05:53:51 +0000 (22:53 -0700)
Nothing in the source refers to libX11 or libXmu so there would appear to be
no good reason for them to be in DEPENDS.  It looks as though these are perhaps
a relic from an earlier version which did need those libraries.

Signed-off-by: Phil Blundell <philb@gnu.org>
meta/recipes-support/libproxy/libproxy_0.4.6.bb

index 5ee49790f4fe37143ed29d3c4c4539de84dde11a..d907c5576a6ed4d448715c052b5b1de60bab6ce1 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \
                     file://utils/proxy.c;beginline=1;endline=18;md5=55152a1006d7dafbef32baf9c30a99c0"
 
 
-DEPENDS = "virtual/libx11 xmu gconf"
+DEPENDS = "gconf"
 
 SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz"