diff options
| -rw-r--r-- | meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch | 34 | ||||
| -rw-r--r-- | meta/recipes-devtools/expect/expect_5.45.bb | 1 |
2 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch b/meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch new file mode 100644 index 0000000000..274ad86353 --- /dev/null +++ b/meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | Upstream-Status: Inappropriate [wrlinux specific] | ||
| 2 | |||
| 3 | Subject: expect: install scripts without using the fixline1 tcl script | ||
| 4 | |||
| 5 | On older machines like SLED11.2, we are encountering do_install failures | ||
| 6 | complaining that 'GLIBC_2.14' is not found in /lib64/libc.so.6 but is required | ||
| 7 | by libtcl8.6.so.0. | ||
| 8 | |||
| 9 | This is because that we're executing the fixline1 tcl script which requires | ||
| 10 | libtcl8.6.so.0 in sysroot. However, all commands in SCRIPTS already have got | ||
| 11 | the correct first line, that is '#!/bin/sh'. We don't need to modify anything. | ||
| 12 | That's why we could just copy them. | ||
| 13 | |||
| 14 | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> | ||
| 15 | --- | ||
| 16 | Makefile.in | 2 +- | ||
| 17 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 18 | |||
| 19 | diff --git a/Makefile.in b/Makefile.in | ||
| 20 | index c05c880..f1394ff 100644 | ||
| 21 | --- a/Makefile.in | ||
| 22 | +++ b/Makefile.in | ||
| 23 | @@ -380,7 +380,7 @@ dist: dist-clean doc | ||
| 24 | cp $(DIST_ROOT)/$(PKG_DIR).tar.gz $(top_builddir) | ||
| 25 | |||
| 26 | $(SCRIPTS): | ||
| 27 | - $(TCLSH) $(srcdir)/fixline1 $(SHORT_BINDIR) < $(srcdir)/example/$@ > $@ | ||
| 28 | + cp $(srcdir)/example/$@ $@ | ||
| 29 | |||
| 30 | ## We cannot use TCL_LIBS below (after TCL_LIB_SPEC) because its | ||
| 31 | ## expansion references the contents of LIBS, which contains linker | ||
| 32 | -- | ||
| 33 | 1.7.10.4 | ||
| 34 | |||
diff --git a/meta/recipes-devtools/expect/expect_5.45.bb b/meta/recipes-devtools/expect/expect_5.45.bb index 037aaaa74c..970f4a5ccc 100644 --- a/meta/recipes-devtools/expect/expect_5.45.bb +++ b/meta/recipes-devtools/expect/expect_5.45.bb | |||
| @@ -22,6 +22,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/expect/Expect/${PV}/${BPN}${PV}.tar.gz \ | |||
| 22 | file://0001-configure.in.patch \ | 22 | file://0001-configure.in.patch \ |
| 23 | file://0002-tcl.m4.patch \ | 23 | file://0002-tcl.m4.patch \ |
| 24 | file://01-example-shebang.patch \ | 24 | file://01-example-shebang.patch \ |
| 25 | file://0001-expect-install-scripts-without-using-the-fixline1-tc.patch \ | ||
| 25 | " | 26 | " |
| 26 | SRC_URI[md5sum] = "44e1a4f4c877e9ddc5a542dfa7ecc92b" | 27 | SRC_URI[md5sum] = "44e1a4f4c877e9ddc5a542dfa7ecc92b" |
| 27 | SRC_URI[sha256sum] = "b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040" | 28 | SRC_URI[sha256sum] = "b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040" |
