Will look into it, thanks. Regards, Cristian -----Original Message----- From: Marko Lindqvist [mailto:[email protected]] Sent: Wednesday, August 21, 2013 11:06 AM To: Iorga, Cristian Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH 4/4] harfbuzz: upgrade to v0.9.19
On 5 August 2013 17:44, Cristian Iorga <[email protected]> wrote: > disable_graphite.patch updated. > > - > --PKG_CHECK_MODULES(GRAPHITE2, graphite2, have_graphite=true, > have_graphite=false) > -+have_graphite=false As upstream had only check for existence of graphite2, we needed to patch this disabling... > + if test "x$with_graphite2" = "xyes" -a "x$have_graphite2" != "xtrue"; then > + AC_MSG_ERROR([graphite2 support requested but libgraphite2 not > + found]) fi > ++have_graphite=false Here it seems (x$with_gpaphite2 = "xyes") that new upstream version has configure switch --without-graphite2 that should be used instead of patching any more. - ML _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
