mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-12-24 05:56:40 +01:00
Previously ${EXTRA_OECONF} had been added to the 'make' invocations, but this
doesn't work if, say, EXTRA_OECONF is set to '--disable-shared'. What was
probably meant was to add ${EXTRA_OEMAKE}.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>