mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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: df39cc2820aeaa8d5187a65945f7739bc6fa53cb) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a94ebca409
commit
3a32c753e7
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user