summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk/tcl/no_packages.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-11-11 20:07:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-20 14:03:24 +0000
commit5505bde50f677650f4de775abc2c342a9fb109bc (patch)
treefed861fae50919f354cd131cf54ee0196074df84 /meta/recipes-devtools/tcltk/tcl/no_packages.patch
parent1ef7240bf3aac129fb3e67dfffb2275854d3c8d5 (diff)
downloadpoky-5505bde50f677650f4de775abc2c342a9fb109bc.tar.gz
tcl: Install header into 8.6 instead of PN-PV in user/include
This helps in compiling other programs like expect which depend on private headers but 8.5, 8.6 and so on is enough granularity and currently we had 8.6.x and so on which means that expect recipe will need to be touched whenever there is minor update of tcl. Additionally the encode creating symlink to shared object in patch and remove it from recipe Refresh patches after making changes to Configure.in we propertly generate configure and not patch is directly as was the case. (From OE-Core rev: 67f44193135c789e478410347ff58ed110ed9484) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl/no_packages.patch')
-rw-r--r--meta/recipes-devtools/tcltk/tcl/no_packages.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/no_packages.patch b/meta/recipes-devtools/tcltk/tcl/no_packages.patch
index b045814589..ab6cc43169 100644
--- a/meta/recipes-devtools/tcltk/tcl/no_packages.patch
+++ b/meta/recipes-devtools/tcltk/tcl/no_packages.patch
@@ -5,11 +5,11 @@ Upstream-Status:Inappropriate [embedded specific]
5 5
6Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> 6Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
7 7
8diff --git unix.orig/Makefile.in unix/Makefile.in 8Index: unix/Makefile.in
9index 16351f6..76ccadb 100644 9===================================================================
10--- unix.orig/Makefile.in 10--- unix.orig/Makefile.in 2013-11-10 23:38:12.235425891 -0800
11+++ unix/Makefile.in 11+++ unix/Makefile.in 2013-11-10 23:38:12.231425891 -0800
12@@ -601,7 +601,7 @@ SRCS = $(GENERIC_SRCS) $(TOMMATH_SRCS) $(UNIX_SRCS) $(NOTIFY_SRCS) \ 12@@ -611,7 +611,7 @@
13 # Start of rules 13 # Start of rules
14 #-------------------------------------------------------------------------- 14 #--------------------------------------------------------------------------
15 15
@@ -18,7 +18,7 @@ index 16351f6..76ccadb 100644
18 18
19 binaries: ${LIB_FILE} $(STUB_LIB_FILE) ${TCL_EXE} 19 binaries: ${LIB_FILE} $(STUB_LIB_FILE) ${TCL_EXE}
20 20
21@@ -646,12 +646,12 @@ Makefile: $(UNIX_DIR)/Makefile.in $(DLTEST_DIR)/Makefile.in 21@@ -653,12 +653,12 @@
22 #tclConfig.h: $(UNIX_DIR)/tclConfig.h.in 22 #tclConfig.h: $(UNIX_DIR)/tclConfig.h.in
23 # $(SHELL) config.status 23 # $(SHELL) config.status
24 24
@@ -33,7 +33,7 @@ index 16351f6..76ccadb 100644
33 rm -rf Makefile config.status config.cache config.log tclConfig.sh \ 33 rm -rf Makefile config.status config.cache config.log tclConfig.sh \
34 tclConfig.h *.plist Tcl.framework tcl.pc 34 tclConfig.h *.plist Tcl.framework tcl.pc
35 cd dltest ; $(MAKE) distclean 35 cd dltest ; $(MAKE) distclean
36@@ -699,7 +699,7 @@ tcltest-real: 36@@ -706,7 +706,7 @@
37 # tcltest, ie: 37 # tcltest, ie:
38 # % make test TESTFLAGS="-verbose bps -file fileName.test" 38 # % make test TESTFLAGS="-verbose bps -file fileName.test"
39 39
@@ -42,7 +42,7 @@ index 16351f6..76ccadb 100644
42 42
43 test-tcl: ${TCLTEST_EXE} 43 test-tcl: ${TCLTEST_EXE}
44 $(SHELL_ENV) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) 44 $(SHELL_ENV) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl $(TESTFLAGS)
45@@ -764,7 +764,7 @@ INSTALL_PACKAGE_TARGETS = install-packages 45@@ -771,7 +771,7 @@
46 INSTALL_DEV_TARGETS = install-headers 46 INSTALL_DEV_TARGETS = install-headers
47 INSTALL_EXTRA_TARGETS = @EXTRA_INSTALL@ 47 INSTALL_EXTRA_TARGETS = @EXTRA_INSTALL@
48 INSTALL_TARGETS = $(INSTALL_BASE_TARGETS) $(INSTALL_DOC_TARGETS) $(INSTALL_DEV_TARGETS) \ 48 INSTALL_TARGETS = $(INSTALL_BASE_TARGETS) $(INSTALL_DOC_TARGETS) $(INSTALL_DEV_TARGETS) \