aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2013-04-04 10:43:37 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:02:09 +0100
commit9d8543d98f40d5260ee3830305d83e27412351c3 (patch)
tree5cf0264426acda626eebcb30dd2c15cd17cc82fd /meta/recipes-support
parent7841ee7041d04f11a3d879fb5bc60bb37de0a5c0 (diff)
downloadopenembedded-core-9d8543d98f40d5260ee3830305d83e27412351c3.tar.gz
libproxy: add dependency on glib-2.0
libproxy uses glib-2.0, but the depends is missing Fixes intermittent build errors. Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libproxy/libproxy_0.4.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
index 510c6b7c4e..89f22b874c 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.7.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.7.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \
file://utils/proxy.c;beginline=1;endline=18;md5=55152a1006d7dafbef32baf9c30a99c0"
-DEPENDS = "gconf"
+DEPENDS = "gconf glib-2.0"
PR = "r5"