On (21/05/11 00:31), Richard Purdie wrote: > On Fri, 2011-05-20 at 16:19 -0700, Khem Raj wrote: > > We enable gtk/gnome in distcc that code uses loadavg() > > a function unimplemented in uclibc. Therefore for uclibc > > we disable gnome and gtk+ features in distcc > > > > Signed-off-by: Khem Raj <raj.k...@gmail.com> > > --- > > meta/recipes-devtools/distcc/distcc_2.18.3.bb | 17 ++++++++++++----- > > 1 files changed, 12 insertions(+), 5 deletions(-) > > > > diff --git a/meta/recipes-devtools/distcc/distcc_2.18.3.bb > > b/meta/recipes-devtools/distcc/distcc_2.18.3.bb > > index 1f5c2af..a15858c 100644 > > --- a/meta/recipes-devtools/distcc/distcc_2.18.3.bb > > +++ b/meta/recipes-devtools/distcc/distcc_2.18.3.bb > > @@ -6,7 +6,10 @@ LICENSE = "GPLv2" > > LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" > > PR = "r6" > > > > -DEPENDS = "avahi gtk+" > > +DEPENDS = "avahi ${GTKDEP}" > > +GTKDEP-libc-uclibc = "" > > +GTKDEP = "gtk+" > > return -ENOTTESTED;
OK I have refreshed it with typo fix in the pull request > > ;-) > > Cheers, > > Richard > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- -Khem _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core