Fix local openembedded recipe

This commit is contained in:
Yann Diorcet 2012-04-17 11:48:54 +02:00
parent 2a8ea1fe81
commit dc08a370ca

View file

@ -4,6 +4,9 @@ S = "${WORKDIR}/linphone-3.5.2"
require linphone-common.inc
do_configure_prepend () {
./autogen.sh
}
#Required to avoid compile errors on May 2011.
EXTRA_OECONF +=" --disable-strict"