summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libproxy
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2011-08-15 16:21:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-17 15:14:54 +0100
commite1297d1cd0c69d8122c2bfc3764114d90edd1da9 (patch)
treea44fe9a4caecab7c2611d5e3d013e0c31e0412dd /meta/recipes-support/libproxy
parentb7937a4f3946c72516f772ea21db28694c558f7b (diff)
downloadpoky-e1297d1cd0c69d8122c2bfc3764114d90edd1da9.tar.gz
libproxy: remove dependency on X libs
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. (From OE-Core rev: 5d0b45c982b92eecde48cc10dd095927fa38a047) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libproxy')
-rw-r--r--meta/recipes-support/libproxy/libproxy_0.4.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.6.bb b/meta/recipes-support/libproxy/libproxy_0.4.6.bb
index 5ee49790f4..d907c5576a 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.6.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.6.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \
7 file://utils/proxy.c;beginline=1;endline=18;md5=55152a1006d7dafbef32baf9c30a99c0" 7 file://utils/proxy.c;beginline=1;endline=18;md5=55152a1006d7dafbef32baf9c30a99c0"
8 8
9 9
10DEPENDS = "virtual/libx11 xmu gconf" 10DEPENDS = "gconf"
11 11
12SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz" 12SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz"
13 13