[oe-commits] Alexandru DAMIAN : libproxy: add dependency on glib-2.0

git at git.openembedded.org git at git.openembedded.org
Thu Apr 4 13:05:39 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 9d8543d98f40d5260ee3830305d83e27412351c3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9d8543d98f40d5260ee3830305d83e27412351c3

Author: Alexandru DAMIAN <alexandru.damian at intel.com>
Date:   Thu Apr  4 10:43:37 2013 +0300

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/libproxy/libproxy_0.4.7.bb |    2 +-
 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 510c6b7..89f22b8 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"
 





More information about the Openembedded-commits mailing list