autotools.bbclass: add EXTRACONFFUNCS variable

- add EXTRACONFFUNCS variable in order to make it possible
to inject tasks after autotools_preconfigure

(From OE-Core rev: eafaeee58ab7a8f0613f54b8411f41ccefdf94c3)

(From OE-Core rev: d7950a25eda96a271aa6d541e03177d47e533f3f)

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Constantin Musca 2013-01-28 11:39:12 +02:00 committed by Richard Purdie
parent b11f1bf6e1
commit 4873366bfc
1 changed files with 3 additions and 1 deletions

View File

@ -122,7 +122,9 @@ autotools_postconfigure(){
fi
}
do_configure[prefuncs] += "autotools_preconfigure"
EXTRACONFFUNCS ??= ""
do_configure[prefuncs] += "autotools_preconfigure ${EXTRACONFFUNCS}"
do_configure[postfuncs] += "autotools_postconfigure"
autotools_do_configure() {