diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-16 15:44:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-16 16:47:44 +0000 |
commit | 0676db79755b49b660f34e1c00769327fc299c58 (patch) | |
tree | afd9bbbc3f12e9ddec3fdc1057c9462344c51f07 /meta/recipes-devtools/tcltk | |
parent | c66786e0b6d46d5bf3be5676153a1ab8b9c21ec1 (diff) | |
download | poky-0676db79755b49b660f34e1c00769327fc299c58.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb index c07f2aa18d..09dd155a1e 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://../license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11 | |||
11 | file://../win/license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11 \ | 11 | file://../win/license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11 \ |
12 | " | 12 | " |
13 | 13 | ||
14 | PR = "r4" | 14 | PR = "r5" |
15 | 15 | ||
16 | BASE_SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl${PV}-src.tar.gz \ | 16 | BASE_SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl${PV}-src.tar.gz \ |
17 | file://tcl-add-soname.patch" | 17 | file://tcl-add-soname.patch" |
@@ -30,7 +30,7 @@ inherit autotools | |||
30 | 30 | ||
31 | DEPENDS_virtclass-native = "" | 31 | DEPENDS_virtclass-native = "" |
32 | 32 | ||
33 | EXTRA_OECONF = "--enable-threads" | 33 | EXTRA_OECONF = "--enable-threads --disable-rpath" |
34 | 34 | ||
35 | do_configure() { | 35 | do_configure() { |
36 | gnu-configize | 36 | gnu-configize |