diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2013-04-04 10:43:37 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:04:42 +0100 |
commit | b5f842a8ad697f7d62aa287a7e560c89574935ca (patch) | |
tree | 78f90059b5f31dcd14c248e43c5b3ac4dce865b0 /meta/recipes-support/libproxy | |
parent | b450344ca7eaf8f7868d85052aca31d07b03aac8 (diff) | |
download | poky-b5f842a8ad697f7d62aa287a7e560c89574935ca.tar.gz |
libproxy: add dependency on glib-2.0
libproxy uses glib-2.0, but the depends is missing
Fixes intermittent build errors.
(From OE-Core rev: 9d8543d98f40d5260ee3830305d83e27412351c3)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
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.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 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+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \ | 6 | 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 | DEPENDS = "gconf" | 9 | DEPENDS = "gconf glib-2.0" |
10 | 10 | ||
11 | PR = "r5" | 11 | PR = "r5" |
12 | 12 | ||