From: Richard Purdie Date: Tue, 21 Apr 2009 16:44:59 +0000 (+0100) Subject: json-glib: Make sure the autotools m4 files are found, unbreaking the build X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~51702^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c185c4cf79f90e4aecba319e69df1c9b632e9ec;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git json-glib: Make sure the autotools m4 files are found, unbreaking the build Signed-off-by: Richard Purdie --- diff --git a/meta-moblin/packages/json-glib/json-glib_git.bb b/meta-moblin/packages/json-glib/json-glib_git.bb index fc84accaa15..0033715d831 100644 --- a/meta-moblin/packages/json-glib/json-glib_git.bb +++ b/meta-moblin/packages/json-glib/json-glib_git.bb @@ -9,6 +9,8 @@ DEPENDS = "glib-2.0" inherit autotools_stage +acpaths = "-I ${S}/build/autotools " + do_configure_prepend () { touch ${S}/gtk-doc.make } \ No newline at end of file