diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2021-01-08 09:40:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-10 12:34:40 +0000 |
commit | 5962ffe0ba7a55d3c22c8435a11436ee3336f2b1 (patch) | |
tree | a70c7e3cbdf09370ebc1579d89c05ec50ae3ec08 /meta/recipes-devtools/tcltk/tcl/alter-includedir.patch | |
parent | 55bf36bf4ee62989e8844576b3cf9aa6f030b261 (diff) | |
download | poky-5962ffe0ba7a55d3c22c8435a11436ee3336f2b1.tar.gz |
tcl: upgrade 8.6.10 -> 8.6.11
0001-Fix-abd4abedd2-Failed-to-build-tk-8.6.10-with-cross-.patch
removed since it is included in 8.6.11
refresh alter-includedir.patch
(From OE-Core rev: 3e83b9de739964f52b87e24d648091b084a1cf30)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl/alter-includedir.patch')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl/alter-includedir.patch | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch b/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch index 86632d9144..66c395d401 100644 --- a/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch +++ b/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | Lets install the include header and private header files into | 1 | Lets install the include header and private header files into |
2 | usr/include/tcl8.6 when version of tcl is 8.6.x | 2 | usr/include/tcl8.6 when version of tcl is 8.6.x |
3 | 3 | ||
4 | Upstream-Status: Inappropriate [Configuration Specific] | 4 | Upstream-Status: Inappropriate [Configuration Specific] |
@@ -9,18 +9,19 @@ Fixed the TCL_INCLUDE_SPEC | |||
9 | 9 | ||
10 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | 10 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> |
11 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | 11 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> |
12 | |||
12 | --- | 13 | --- |
13 | Makefile.in | 2 +- | 14 | Makefile.in | 2 +- |
14 | configure | 4 ++-- | 15 | configure | 4 ++-- |
15 | configure.in | 4 ++-- | 16 | configure.in | 4 ++-- |
16 | 3 files changed, 5 insertions(+), 5 deletions(-) | 17 | 3 files changed, 5 insertions(+), 5 deletions(-) |
17 | 18 | ||
18 | diff --git a/Makefile.in b/Makefile.in | 19 | diff --git a/Makefile.in b/Makefile.in |
19 | index 97b983b..dc2a4df 100644 | 20 | index 0370491..daa569a 100644 |
20 | --- a/Makefile.in | 21 | --- a/Makefile.in |
21 | +++ b/Makefile.in | 22 | +++ b/Makefile.in |
22 | @@ -53,7 +53,7 @@ DLL_INSTALL_DIR = @DLL_INSTALL_DIR@ | 23 | @@ -57,7 +57,7 @@ SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TCL_LIBRARY) |
23 | SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TCL_LIBRARY) | 24 | MODULE_INSTALL_DIR = $(SCRIPT_INSTALL_DIR)/../tcl8 |
24 | 25 | ||
25 | # Directory in which to install the include file tcl.h: | 26 | # Directory in which to install the include file tcl.h: |
26 | -INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir) | 27 | -INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir) |
@@ -29,10 +30,10 @@ index 97b983b..dc2a4df 100644 | |||
29 | # Path to the private tcl header dir: | 30 | # Path to the private tcl header dir: |
30 | PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@ | 31 | PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@ |
31 | diff --git a/configure b/configure | 32 | diff --git a/configure b/configure |
32 | index 3e78b49..24b3f92 100755 | 33 | index 181b9b3..f4cc225 100755 |
33 | --- a/configure | 34 | --- a/configure |
34 | +++ b/configure | 35 | +++ b/configure |
35 | @@ -19134,7 +19134,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}" | 36 | @@ -10166,7 +10166,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}" |
36 | eval "TCL_LIB_FILE=${TCL_LIB_FILE}" | 37 | eval "TCL_LIB_FILE=${TCL_LIB_FILE}" |
37 | 38 | ||
38 | test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)' | 39 | test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)' |
@@ -41,7 +42,7 @@ index 3e78b49..24b3f92 100755 | |||
41 | HTML_DIR='$(DISTDIR)/html' | 42 | HTML_DIR='$(DISTDIR)/html' |
42 | 43 | ||
43 | # Note: in the following variable, it's important to use the absolute | 44 | # Note: in the following variable, it's important to use the absolute |
44 | @@ -19293,7 +19293,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}" | 45 | @@ -10323,7 +10323,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}" |
45 | TCL_STUB_LIB_PATH="${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}" | 46 | TCL_STUB_LIB_PATH="${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}" |
46 | 47 | ||
47 | # Install time header dir can be set via --includedir | 48 | # Install time header dir can be set via --includedir |
@@ -51,10 +52,10 @@ index 3e78b49..24b3f92 100755 | |||
51 | #------------------------------------------------------------------------ | 52 | #------------------------------------------------------------------------ |
52 | # tclConfig.sh refers to this by a different name | 53 | # tclConfig.sh refers to this by a different name |
53 | diff --git a/configure.in b/configure.in | 54 | diff --git a/configure.in b/configure.in |
54 | index 0e28b14..62d9b41 100755 | 55 | index 9f96e2b..e323e02 100644 |
55 | --- a/configure.in | 56 | --- a/configure.in |
56 | +++ b/configure.in | 57 | +++ b/configure.in |
57 | @@ -791,7 +791,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}" | 58 | @@ -773,7 +773,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}" |
58 | eval "TCL_LIB_FILE=${TCL_LIB_FILE}" | 59 | eval "TCL_LIB_FILE=${TCL_LIB_FILE}" |
59 | 60 | ||
60 | test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)' | 61 | test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)' |
@@ -63,7 +64,7 @@ index 0e28b14..62d9b41 100755 | |||
63 | HTML_DIR='$(DISTDIR)/html' | 64 | HTML_DIR='$(DISTDIR)/html' |
64 | 65 | ||
65 | # Note: in the following variable, it's important to use the absolute | 66 | # Note: in the following variable, it's important to use the absolute |
66 | @@ -912,7 +912,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}" | 67 | @@ -894,7 +894,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}" |
67 | TCL_STUB_LIB_PATH="${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}" | 68 | TCL_STUB_LIB_PATH="${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}" |
68 | 69 | ||
69 | # Install time header dir can be set via --includedir | 70 | # Install time header dir can be set via --includedir |
@@ -73,5 +74,5 @@ index 0e28b14..62d9b41 100755 | |||
73 | #------------------------------------------------------------------------ | 74 | #------------------------------------------------------------------------ |
74 | # tclConfig.sh refers to this by a different name | 75 | # tclConfig.sh refers to this by a different name |
75 | -- | 76 | -- |
76 | 1.7.10.4 | 77 | 2.25.1 |
77 | 78 | ||