mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user