mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
tremor: remove unrecognised option
Remove the --disable-rpath, it seems taht there is never such an option in tremor's configure, and it uses our libtool, so we don't have to worry about the rpath. (From OE-Core rev: 7803d98c7d72bc2313b965dfdf198bac6f31e6b0) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
aec6bc94a3
commit
7267aa98e3
@@ -17,6 +17,6 @@ S = "${WORKDIR}/Tremor"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF=" --enable-shared --disable-rpath "
|
||||
EXTRA_OECONF = "--enable-shared"
|
||||
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
Reference in New Issue
Block a user