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: 2011-1~7546^2~11 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5c185c4cf79f90e4aecba319e69df1c9b632e9ec;p=openembedded-core.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 fc84accaa1..0033715d83 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