libpostproc: fix S!=B failure

Implement khem's suggestion, ${S}/configure $(EXTRA_OECONF).

NOTE: with or without autotools-brokensep, the following:
| WARNING: QA Issue: ELF binary 'libpostproc.so.52.0.100'
| has relocations in .text

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Tim Orling
2014-05-28 21:15:33 -07:00
committed by Martin Jansa
parent be2a243700
commit 92a67c20c2
@@ -42,5 +42,5 @@ EXTRA_OECONF = " \
"
do_configure() {
./configure ${EXTRA_OECONF}
${S}/configure ${EXTRA_OECONF}
}