diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-03-13 18:33:33 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-16 08:07:01 +0100 |
| commit | bdd51994e1b5ad9e587a20ab6bdc08113e0016b9 (patch) | |
| tree | c4f616b82b747467609affaad3fbc1aeac444016 /meta/recipes-devtools/tcltk/tcl/alter-includedir.patch | |
| parent | a4c06a9986e6a9f45c9521aaa099958a51bdc091 (diff) | |
| download | poky-bdd51994e1b5ad9e587a20ab6bdc08113e0016b9.tar.gz | |
tcl: update 8.6.13 -> 8.6.14
Drop recipes-devtools/tcltk/tcl/fix_issue_with_old_distro_glibc.patch
(very obsolete)
(From OE-Core rev: 59fabff31d4ed80b379cadb510dccb0d89976f0a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
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 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch b/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch index 96d0ab2ad4..bfc718cfd3 100644 --- a/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch +++ b/meta/recipes-devtools/tcltk/tcl/alter-includedir.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 27e5595c065ce3af687818555a882ab5e1dfbc2b Mon Sep 17 00:00:00 2001 | 1 | From 3130dca60636dc12d0d12df75b002fd123349e21 Mon Sep 17 00:00:00 2001 |
| 2 | From: Mingli Yu <mingli.yu@windriver.com> | 2 | From: Mingli Yu <mingli.yu@windriver.com> |
| 3 | Date: Tue, 22 Nov 2022 18:48:27 +0800 | 3 | Date: Tue, 22 Nov 2022 18:48:27 +0800 |
| 4 | Subject: [PATCH] tcl: update the header location | 4 | Subject: [PATCH] tcl: update the header location |
| @@ -19,7 +19,6 @@ to detect tcl doesn't find the header. | |||
| 19 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | 19 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> |
| 20 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | 20 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> |
| 21 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | 21 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> |
| 22 | |||
| 23 | --- | 22 | --- |
| 24 | unix/Makefile.in | 2 +- | 23 | unix/Makefile.in | 2 +- |
| 25 | unix/configure.in | 4 ++-- | 24 | unix/configure.in | 4 ++-- |
| @@ -27,7 +26,7 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | |||
| 27 | 3 files changed, 4 insertions(+), 4 deletions(-) | 26 | 3 files changed, 4 insertions(+), 4 deletions(-) |
| 28 | 27 | ||
| 29 | diff --git a/unix/Makefile.in b/unix/Makefile.in | 28 | diff --git a/unix/Makefile.in b/unix/Makefile.in |
| 30 | index 0b8179f..4824b28 100644 | 29 | index a3b7d69..969ddb8 100644 |
| 31 | --- a/unix/Makefile.in | 30 | --- a/unix/Makefile.in |
| 32 | +++ b/unix/Makefile.in | 31 | +++ b/unix/Makefile.in |
| 33 | @@ -57,7 +57,7 @@ SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TCL_LIBRARY) | 32 | @@ -57,7 +57,7 @@ SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TCL_LIBRARY) |
| @@ -40,10 +39,10 @@ index 0b8179f..4824b28 100644 | |||
| 40 | # Path to the private tcl header dir: | 39 | # Path to the private tcl header dir: |
| 41 | PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@ | 40 | PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@ |
| 42 | diff --git a/unix/configure.in b/unix/configure.in | 41 | diff --git a/unix/configure.in b/unix/configure.in |
| 43 | index 0354a0b..2d0c00f 100644 | 42 | index 4974fb6..a72934f 100644 |
| 44 | --- a/unix/configure.in | 43 | --- a/unix/configure.in |
| 45 | +++ b/unix/configure.in | 44 | +++ b/unix/configure.in |
| 46 | @@ -774,7 +774,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}" | 45 | @@ -776,7 +776,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}" |
| 47 | eval "TCL_LIB_FILE=${TCL_LIB_FILE}" | 46 | eval "TCL_LIB_FILE=${TCL_LIB_FILE}" |
| 48 | 47 | ||
| 49 | test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)' | 48 | test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)' |
| @@ -52,7 +51,7 @@ index 0354a0b..2d0c00f 100644 | |||
| 52 | HTML_DIR='$(DISTDIR)/html' | 51 | HTML_DIR='$(DISTDIR)/html' |
| 53 | 52 | ||
| 54 | # Note: in the following variable, it's important to use the absolute | 53 | # Note: in the following variable, it's important to use the absolute |
| 55 | @@ -895,7 +895,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}" | 54 | @@ -897,7 +897,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}" |
| 56 | TCL_STUB_LIB_PATH="${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}" | 55 | TCL_STUB_LIB_PATH="${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}" |
| 57 | 56 | ||
| 58 | # Install time header dir can be set via --includedir | 57 | # Install time header dir can be set via --includedir |
