From: Michael 'Mickey' Lauer Date: Tue, 24 Feb 2009 19:21:20 +0000 (+0100) Subject: efl.bbclass: touch config.rpath which is necessary for newer automake X-Git-Tag: Release-2010-05/1~3973^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d76191b2021518d2f1ea00c20a1ec3151d93069;p=openembedded.git efl.bbclass: touch config.rpath which is necessary for newer automake --- diff --git a/classes/efl.bbclass b/classes/efl.bbclass index d333c4b434..9d24a0f337 100644 --- a/classes/efl.bbclass +++ b/classes/efl.bbclass @@ -15,6 +15,10 @@ AUTOTOOLS_STAGE_PKGCONFIG = "1" # do NOT inherit pkgconfig here, see note in autotools_stage_all inherit autotools +do_configure_prepend() { + touch config.rpath +} + do_stage() { autotools_stage_all }