]> code.ossystems Code Review - openembedded-core.git/commitdiff
tcl: update to 8.6.8
authorYi Zhao <yi.zhao@windriver.com>
Fri, 2 Feb 2018 02:16:13 +0000 (10:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Feb 2018 10:54:39 +0000 (10:54 +0000)
Rebase tcl-add-soname.patch

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch
meta/recipes-devtools/tcltk/tcl_8.6.8.bb [moved from meta/recipes-devtools/tcltk/tcl_8.6.7.bb with 95% similarity]

index 96276eab0ef4fd580245fecef90532307384349e..d1fc9b92e54cbcc940946dc6765231240551a381 100644 (file)
@@ -11,7 +11,7 @@ Index: unix/configure
 +          # following line added by CW for Debian GNU/Linux
 +          TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\${TCL_LIB_FILE}.0"
 +
-           SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}'
+           SHLIB_LD='${CC} ${CFLAGS} ${LDFLAGS} -shared'
            DL_OBJS="tclLoadDl.o"
            DL_LIBS="-ldl"
 Index: unix/tcl.m4
@@ -25,7 +25,7 @@ Index: unix/tcl.m4
 +          # following line added by CW for Debian GNU/Linux
 +          TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\${TCL_LIB_FILE}.0"
 +
-           SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}'
+           SHLIB_LD='${CC} ${CFLAGS} ${LDFLAGS} -shared'
            DL_OBJS="tclLoadDl.o"
            DL_LIBS="-ldl"
 Index: unix/Makefile.in
similarity index 95%
rename from meta/recipes-devtools/tcltk/tcl_8.6.7.bb
rename to meta/recipes-devtools/tcltk/tcl_8.6.8.bb
index dac73be6e7f5e019c69f8267b62c9f7d9cbba2da..4be2e89402479f01a2c452da0e3b2a87555a9dec 100644 (file)
@@ -24,8 +24,8 @@ SRC_URI = "${BASE_SRC_URI} \
            file://alter-includedir.patch \
            file://run-ptest \
 "
-SRC_URI[md5sum] = "5673aaf45b5de5d8dd80bb3daaeb8838"
-SRC_URI[sha256sum] = "7c6b8f84e37332423cfe5bae503440d88450da8cc1243496249faa5268026ba5"
+SRC_URI[md5sum] = "81656d3367af032e0ae6157eff134f89"
+SRC_URI[sha256sum] = "c43cb0c1518ce42b00e7c8f6eaddd5195c53a98f94adc717234a65cbcfd3f96a"
 
 SRC_URI_class-native = "${BASE_SRC_URI}"