mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
tcl: Fix bad RPATH QA warning
WARNING: QA Issue: tcl-lib: /work/i586-poky-linux/tcl-8.5.11-r4/packages-split/tcl-lib/usr/lib/libtcl8.5.so contains probably-redundant RPATH /usr/lib WARNING: QA Issue: tcl: /work/i586-poky-linux/tcl-8.5.11-r4/packages-split/tcl/usr/bin/tclsh contains probably-redundant RPATH /usr/lib WARNING: QA Issue: tcl: /work/i586-poky-linux/tcl-8.5.11-r4/packages-split/tcl/usr/bin/tclsh8.5 contains probably-redundant RPATH /usr/lib (From OE-Core rev: efd80fd23cb96ccc203893017938c1163d20b898) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://../license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11
|
||||
file://../win/license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11 \
|
||||
"
|
||||
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
|
||||
BASE_SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl${PV}-src.tar.gz \
|
||||
file://tcl-add-soname.patch"
|
||||
@@ -30,7 +30,7 @@ inherit autotools
|
||||
|
||||
DEPENDS_virtclass-native = ""
|
||||
|
||||
EXTRA_OECONF = "--enable-threads"
|
||||
EXTRA_OECONF = "--enable-threads --disable-rpath"
|
||||
|
||||
do_configure() {
|
||||
gnu-configize
|
||||
|
||||
Reference in New Issue
Block a user