From: Richard Purdie Date: Mon, 7 Sep 2009 17:22:54 +0000 (+0100) Subject: carrick: Make sure the build/autotools directory exists or errors occur X-Git-Tag: 2011-1~7004 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e4e019b964890531cb693d18c5faf8711adecf21;p=openembedded-core.git carrick: Make sure the build/autotools directory exists or errors occur Signed-off-by: Richard Purdie --- diff --git a/meta-moblin/packages/carrick/carrick_git.bb b/meta-moblin/packages/carrick/carrick_git.bb index 28f8c51a00..2ec7d0342a 100644 --- a/meta-moblin/packages/carrick/carrick_git.bb +++ b/meta-moblin/packages/carrick/carrick_git.bb @@ -12,3 +12,7 @@ S = "${WORKDIR}/git" FILES_${PN} += "${datadir}/icons/hicolor" inherit autotools_stage + +do_configure_prepend () { + mkdir -p ${S}/build/autotools +}