[OE-core] [PATCHv2 2/3] distcc_2.18.3.bb: Fix compilation on uclibc

Phil Blundell pb at pbcl.net
Fri May 20 07:03:43 UTC 2011


On Thu, 2011-05-19 at 17:02 -0700, Khem Raj wrote:
> -DEPENDS = "avahi gtk+"
> +DEPENDS = "avahi"
> +DEPENDS_append-libc-glibc = " gtk+ "

If uclibc is alone in not having this function then it would be better
as:

gtkdepends = "gtk+"
gtkdepends_libc-uclibc = ""
DEPENDS = "avahi ${gtkdepends}"

or some such.

p.






More information about the Openembedded-core mailing list