From df39cc2820aeaa8d5187a65945f7739bc6fa53cb Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Thu, 4 Apr 2013 10:43:37 +0300 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/libproxy/libproxy_0.4.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb b/meta/recipes-support/libproxy/libproxy_0.4.7.bb index 2508d78ec5..08bbb02635 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 = "r4" -- cgit 1.2.3-korg