mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
tcl: EXTRA_OECONF already passes --libdir, don't do it again
(From OE-Core rev: 1547358bad580dbb3ad4aec9311eccc1eab87f2e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d611f59732
commit
67fc565899
@@ -36,7 +36,7 @@ VER = "${PV}"
|
|||||||
|
|
||||||
inherit autotools ptest binconfig
|
inherit autotools ptest binconfig
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-threads --disable-rpath --libdir=${libdir} --enable-man-suffix"
|
EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix"
|
||||||
|
|
||||||
do_compile_prepend() {
|
do_compile_prepend() {
|
||||||
echo > ${S}/../compat/fixstrtod.c
|
echo > ${S}/../compat/fixstrtod.c
|
||||||
|
|||||||
Reference in New Issue
Block a user