gtkmathview: fix qa issue

"configure was passed unrecognised options: --disable-binreloc"

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Trevor Woerner
2014-03-31 23:39:26 -04:00
committed by Martin Jansa
parent 72865f2062
commit e600be768e
@@ -15,8 +15,6 @@ SRC_URI[sha256sum] = "1dc30175da6a3c560a7d62d1abe1c2f9829d988e6f1a7c5e766544575c
inherit autotools-brokensep inherit autotools-brokensep
EXTRA_OECONF = "--disable-binreloc"
do_configure_prepend() { do_configure_prepend() {
sed -i -e s:AM_BINRELOC::g ${S}/configure.ac sed -i -e s:AM_BINRELOC::g ${S}/configure.ac
} }