From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- ...all-scripts-without-using-the-fixline1-tc.patch | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch (limited to 'meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch') 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 @@ +Upstream-Status: Inappropriate [wrlinux specific] + +Subject: expect: install scripts without using the fixline1 tcl script + +On older machines like SLED11.2, we are encountering do_install failures +complaining that 'GLIBC_2.14' is not found in /lib64/libc.so.6 but is required +by libtcl8.6.so.0. + +This is because that we're executing the fixline1 tcl script which requires +libtcl8.6.so.0 in sysroot. However, all commands in SCRIPTS already have got +the correct first line, that is '#!/bin/sh'. We don't need to modify anything. +That's why we could just copy them. + +Signed-off-by: Chen Qi +--- + Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.in b/Makefile.in +index c05c880..f1394ff 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -380,7 +380,7 @@ dist: dist-clean doc + cp $(DIST_ROOT)/$(PKG_DIR).tar.gz $(top_builddir) + + $(SCRIPTS): +- $(TCLSH) $(srcdir)/fixline1 $(SHORT_BINDIR) < $(srcdir)/example/$@ > $@ ++ cp $(srcdir)/example/$@ $@ + + ## We cannot use TCL_LIBS below (after TCL_LIB_SPEC) because its + ## expansion references the contents of LIBS, which contains linker +-- +1.7.10.4 + -- cgit v1.2.3-54-g00ecf