diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-02-02 10:16:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-06 11:06:29 +0000 |
commit | 659d10a64cab58ffcf24522d17960adc66f7158d (patch) | |
tree | 0fb51bbd987634c01fd956fd76c5a8fe646356f7 /meta/recipes-devtools | |
parent | 4cce58051bfda9e9c4d15ad70f15f4f1ee12fc4e (diff) | |
download | poky-659d10a64cab58ffcf24522d17960adc66f7158d.tar.gz |
tcl: update to 8.6.8
Rebase tcl-add-soname.patch
(From OE-Core rev: 3619d779205464175e3c08396660ff9ee52076f9)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.6.8.bb (renamed from meta/recipes-devtools/tcltk/tcl_8.6.7.bb) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch b/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch index 96276eab0e..d1fc9b92e5 100644 --- a/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch +++ b/meta/recipes-devtools/tcltk/tcl/tcl-add-soname.patch | |||
@@ -11,7 +11,7 @@ Index: unix/configure | |||
11 | + # following line added by CW for Debian GNU/Linux | 11 | + # following line added by CW for Debian GNU/Linux |
12 | + TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\${TCL_LIB_FILE}.0" | 12 | + TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\${TCL_LIB_FILE}.0" |
13 | + | 13 | + |
14 | SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}' | 14 | SHLIB_LD='${CC} ${CFLAGS} ${LDFLAGS} -shared' |
15 | DL_OBJS="tclLoadDl.o" | 15 | DL_OBJS="tclLoadDl.o" |
16 | DL_LIBS="-ldl" | 16 | DL_LIBS="-ldl" |
17 | Index: unix/tcl.m4 | 17 | Index: unix/tcl.m4 |
@@ -25,7 +25,7 @@ Index: unix/tcl.m4 | |||
25 | + # following line added by CW for Debian GNU/Linux | 25 | + # following line added by CW for Debian GNU/Linux |
26 | + TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\${TCL_LIB_FILE}.0" | 26 | + TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\${TCL_LIB_FILE}.0" |
27 | + | 27 | + |
28 | SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}' | 28 | SHLIB_LD='${CC} ${CFLAGS} ${LDFLAGS} -shared' |
29 | DL_OBJS="tclLoadDl.o" | 29 | DL_OBJS="tclLoadDl.o" |
30 | DL_LIBS="-ldl" | 30 | DL_LIBS="-ldl" |
31 | Index: unix/Makefile.in | 31 | Index: unix/Makefile.in |
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.7.bb b/meta/recipes-devtools/tcltk/tcl_8.6.8.bb index dac73be6e7..4be2e89402 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.7.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.6.8.bb | |||
@@ -24,8 +24,8 @@ SRC_URI = "${BASE_SRC_URI} \ | |||
24 | file://alter-includedir.patch \ | 24 | file://alter-includedir.patch \ |
25 | file://run-ptest \ | 25 | file://run-ptest \ |
26 | " | 26 | " |
27 | SRC_URI[md5sum] = "5673aaf45b5de5d8dd80bb3daaeb8838" | 27 | SRC_URI[md5sum] = "81656d3367af032e0ae6157eff134f89" |
28 | SRC_URI[sha256sum] = "7c6b8f84e37332423cfe5bae503440d88450da8cc1243496249faa5268026ba5" | 28 | SRC_URI[sha256sum] = "c43cb0c1518ce42b00e7c8f6eaddd5195c53a98f94adc717234a65cbcfd3f96a" |
29 | 29 | ||
30 | SRC_URI_class-native = "${BASE_SRC_URI}" | 30 | SRC_URI_class-native = "${BASE_SRC_URI}" |
31 | 31 | ||