summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-12-13 12:11:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-18 19:48:00 +0000
commit7198387cd984f8ed30f3388c7be1b257a148a834 (patch)
treeb567e726abfe6008c735b775ba86842f3b263afd
parente514845b040aec4d5441a144f9f1ccded1c4d495 (diff)
downloadpoky-7198387cd984f8ed30f3388c7be1b257a148a834.tar.gz
tcl: update 8.6.12 -> 8.6.13
(From OE-Core rev: 2a63074f948d9aaa5d7618f98318372a14dec6c3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/tcltk/tcl/alter-includedir.patch18
-rw-r--r--meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch11
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.6.13.bb (renamed from meta/recipes-devtools/tcltk/tcl_8.6.12.bb)2
3 files changed, 16 insertions, 15 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch b/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch
index 26c9b0d7fa..96d0ab2ad4 100644
--- a/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch
+++ b/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch
@@ -1,4 +1,4 @@
1From c6960f4ca82a153416d138221dd2426475aed683 Mon Sep 17 00:00:00 2001 1From 27e5595c065ce3af687818555a882ab5e1dfbc2b Mon Sep 17 00:00:00 2001
2From: Mingli Yu <mingli.yu@windriver.com> 2From: Mingli Yu <mingli.yu@windriver.com>
3Date: Tue, 22 Nov 2022 18:48:27 +0800 3Date: Tue, 22 Nov 2022 18:48:27 +0800
4Subject: [PATCH] tcl: update the header location 4Subject: [PATCH] tcl: update the header location
@@ -19,6 +19,7 @@ to detect tcl doesn't find the header.
19Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 19Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
20Signed-off-by: Yi Zhao <yi.zhao@windriver.com> 20Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
21Signed-off-by: Mingli Yu <mingli.yu@windriver.com> 21Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
22
22--- 23---
23 unix/Makefile.in | 2 +- 24 unix/Makefile.in | 2 +-
24 unix/configure.in | 4 ++-- 25 unix/configure.in | 4 ++--
@@ -26,7 +27,7 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
26 3 files changed, 4 insertions(+), 4 deletions(-) 27 3 files changed, 4 insertions(+), 4 deletions(-)
27 28
28diff --git a/unix/Makefile.in b/unix/Makefile.in 29diff --git a/unix/Makefile.in b/unix/Makefile.in
29index 0ebac43..b0c3ee0 100644 30index 0b8179f..4824b28 100644
30--- a/unix/Makefile.in 31--- a/unix/Makefile.in
31+++ b/unix/Makefile.in 32+++ b/unix/Makefile.in
32@@ -57,7 +57,7 @@ SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TCL_LIBRARY) 33@@ -57,7 +57,7 @@ SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TCL_LIBRARY)
@@ -39,10 +40,10 @@ index 0ebac43..b0c3ee0 100644
39 # Path to the private tcl header dir: 40 # Path to the private tcl header dir:
40 PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@ 41 PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@
41diff --git a/unix/configure.in b/unix/configure.in 42diff --git a/unix/configure.in b/unix/configure.in
42index 9f96e2b..e323e02 100644 43index 0354a0b..2d0c00f 100644
43--- a/unix/configure.in 44--- a/unix/configure.in
44+++ b/unix/configure.in 45+++ b/unix/configure.in
45@@ -773,7 +773,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}" 46@@ -774,7 +774,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}"
46 eval "TCL_LIB_FILE=${TCL_LIB_FILE}" 47 eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
47 48
48 test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)' 49 test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)'
@@ -51,7 +52,7 @@ index 9f96e2b..e323e02 100644
51 HTML_DIR='$(DISTDIR)/html' 52 HTML_DIR='$(DISTDIR)/html'
52 53
53 # Note: in the following variable, it's important to use the absolute 54 # Note: in the following variable, it's important to use the absolute
54@@ -894,7 +894,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}" 55@@ -895,7 +895,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}"
55 TCL_STUB_LIB_PATH="${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}" 56 TCL_STUB_LIB_PATH="${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}"
56 57
57 # Install time header dir can be set via --includedir 58 # Install time header dir can be set via --includedir
@@ -61,7 +62,7 @@ index 9f96e2b..e323e02 100644
61 #------------------------------------------------------------------------ 62 #------------------------------------------------------------------------
62 # tclConfig.sh refers to this by a different name 63 # tclConfig.sh refers to this by a different name
63diff --git a/unix/tcl.pc.in b/unix/tcl.pc.in 64diff --git a/unix/tcl.pc.in b/unix/tcl.pc.in
64index 846cb11..72ca44b 100644 65index 93b5e69..dcd51d7 100644
65--- a/unix/tcl.pc.in 66--- a/unix/tcl.pc.in
66+++ b/unix/tcl.pc.in 67+++ b/unix/tcl.pc.in
67@@ -3,7 +3,7 @@ 68@@ -3,7 +3,7 @@
@@ -70,9 +71,6 @@ index 846cb11..72ca44b 100644
70 libdir=@libdir@ 71 libdir=@libdir@
71-includedir=@includedir@ 72-includedir=@includedir@
72+includedir=@includedir@/tcl@PACKAGE_VERSION@ 73+includedir=@includedir@/tcl@PACKAGE_VERSION@
74 libfile=@TCL_LIB_FILE@
73 75
74 Name: Tool Command Language 76 Name: Tool Command Language
75 Description: Tcl is a powerful, easy-to-learn dynamic programming language, suitable for a wide range of uses.
76--
772.25.1
78
diff --git a/meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch b/meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch
index 41aefd1deb..6dbef7077f 100644
--- a/meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch
+++ b/meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch
@@ -1,4 +1,4 @@
1From 34c3a1adc1bfd13fb877179c37ef74a108f2a749 Mon Sep 17 00:00:00 2001 1From 8a6c77cdd265fe7ce35929f58f1ade0c6bc4025b Mon Sep 17 00:00:00 2001
2From: Nitin A Kamble <nitin.a.kamble@intel.com> 2From: Nitin A Kamble <nitin.a.kamble@intel.com>
3Date: Fri, 13 Aug 2010 12:24:00 -0700 3Date: Fri, 13 Aug 2010 12:24:00 -0700
4Subject: [PATCH] tcl: fix a build issue 4Subject: [PATCH] tcl: fix a build issue
@@ -10,10 +10,10 @@ Upstream-Status: Inappropriate [upstream does not support installed tests]
10 1 file changed, 10 insertions(+), 10 deletions(-) 10 1 file changed, 10 insertions(+), 10 deletions(-)
11 11
12diff --git a/unix/Makefile.in b/unix/Makefile.in 12diff --git a/unix/Makefile.in b/unix/Makefile.in
13index 804532e..a9cb339 100644 13index b110fe9..d7b35a8 100644
14--- a/unix/Makefile.in 14--- a/unix/Makefile.in
15+++ b/unix/Makefile.in 15+++ b/unix/Makefile.in
16@@ -810,23 +810,23 @@ tcltest-real: 16@@ -814,23 +814,23 @@ tcltest-real:
17 test: test-tcl test-packages 17 test: test-tcl test-packages
18 18
19 test-tcl: ${TCLTEST_EXE} 19 test-tcl: ${TCLTEST_EXE}
@@ -41,7 +41,7 @@ index 804532e..a9cb339 100644
41 41
42 # The following target generates the shared libraries in dltest/ that are used 42 # The following target generates the shared libraries in dltest/ that are used
43 # for testing; they are included as part of the "tcltest" target (via the 43 # for testing; they are included as part of the "tcltest" target (via the
44@@ -844,25 +844,25 @@ dltest.marker: ${STUB_LIB_FILE} 44@@ -848,28 +848,28 @@ dltest.marker: ${STUB_LIB_FILE}
45 # This target can be used to run tclsh from the build directory 45 # This target can be used to run tclsh from the build directory
46 # via `make shell SCRIPT=/tmp/foo.tcl` 46 # via `make shell SCRIPT=/tmp/foo.tcl`
47 shell: ${TCL_EXE} 47 shell: ${TCL_EXE}
@@ -53,6 +53,9 @@ index 804532e..a9cb339 100644
53- $(SHELL_ENV) $(GDB) ./${TCL_EXE} 53- $(SHELL_ENV) $(GDB) ./${TCL_EXE}
54+ $(SHELL_ENV) $(GDB) ${TCL_EXE} 54+ $(SHELL_ENV) $(GDB) ${TCL_EXE}
55 55
56 lldb: ${TCL_EXE}
57 $(SHELL_ENV) $(LLDB) ./${TCL_EXE}
58
56 valgrind: ${TCL_EXE} ${TCLTEST_EXE} 59 valgrind: ${TCL_EXE} ${TCLTEST_EXE}
57- $(SHELL_ENV) $(VALGRIND) $(VALGRINDARGS) ./${TCLTEST_EXE} \ 60- $(SHELL_ENV) $(VALGRIND) $(VALGRINDARGS) ./${TCLTEST_EXE} \
58+ $(SHELL_ENV) $(VALGRIND) $(VALGRINDARGS) ${TCLTEST_EXE} \ 61+ $(SHELL_ENV) $(VALGRIND) $(VALGRINDARGS) ${TCLTEST_EXE} \
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.12.bb b/meta/recipes-devtools/tcltk/tcl_8.6.13.bb
index 824c0286c6..982f370edb 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.12.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.13.bb
@@ -25,7 +25,7 @@ SRC_URI = "${BASE_SRC_URI} \
25 file://interp.patch \ 25 file://interp.patch \
26 file://run-ptest \ 26 file://run-ptest \
27" 27"
28SRC_URI[sha256sum] = "186748f1131cef3d637421a18d70892f808e526a29c694bebfeb1c540f98727c" 28SRC_URI[sha256sum] = "c61f0d6699e2bc7691f119b41963aaa8dc980f23532c4e937739832a5f4a6642"
29 29
30SRC_URI:class-native = "${BASE_SRC_URI}" 30SRC_URI:class-native = "${BASE_SRC_URI}"
31 31