summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-08-02 01:51:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-04 15:22:23 +0100
commit9ac1500789607327ae626bede5a04cfe0580b944 (patch)
tree59e704c2d1933a4ccf33af44e47946b6253bc819 /meta/recipes-devtools/tcltk
parent46d59011cb29bb2b82217919df76b0bc7af7a0e2 (diff)
downloadpoky-9ac1500789607327ae626bede5a04cfe0580b944.tar.gz
tcl: 8.6.5 -> 8.6.6
Updated no_packages.patch. (From OE-Core rev: 46107be8fe6d9367adf6e391028fe5f836f82ed6) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-rw-r--r--meta/recipes-devtools/tcltk/tcl/no_packages.patch20
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.6.6.bb (renamed from meta/recipes-devtools/tcltk/tcl_8.6.5.bb)4
2 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/no_packages.patch b/meta/recipes-devtools/tcltk/tcl/no_packages.patch
index ab6cc43169..5c622a2369 100644
--- a/meta/recipes-devtools/tcltk/tcl/no_packages.patch
+++ b/meta/recipes-devtools/tcltk/tcl/no_packages.patch
@@ -5,26 +5,26 @@ 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
8Index: unix/Makefile.in 8diff --git a/Makefile.in b/Makefile.in
9=================================================================== 9index b729ffd..2c2e824 100644
10--- unix.orig/Makefile.in 2013-11-10 23:38:12.235425891 -0800 10--- a/Makefile.in
11+++ unix/Makefile.in 2013-11-10 23:38:12.231425891 -0800 11+++ b/Makefile.in
12@@ -611,7 +611,7 @@ 12@@ -612,7 +612,7 @@ SRCS = $(GENERIC_SRCS) $(TOMMATH_SRCS) $(UNIX_SRCS) $(NOTIFY_SRCS) \
13 # Start of rules 13 # Start of rules
14 #-------------------------------------------------------------------------- 14 #--------------------------------------------------------------------------
15 15
16-all: binaries libraries doc packages 16-all: binaries libraries doc packages
17+all: binaries libraries doc 17+all: binaries libraries doc
18 18
19 binaries: ${LIB_FILE} $(STUB_LIB_FILE) ${TCL_EXE} 19 binaries: ${LIB_FILE} ${TCL_EXE}
20 20
21@@ -653,12 +653,12 @@ 21@@ -656,12 +656,12 @@ Makefile: $(UNIX_DIR)/Makefile.in $(DLTEST_DIR)/Makefile.in
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
25-clean: clean-packages 25-clean: clean-packages
26+clean: 26+clean:
27 rm -f *.a *.o libtcl* core errs *~ \#* TAGS *.E a.out \ 27 rm -rf *.a *.o libtcl* core errs *~ \#* TAGS *.E a.out \
28 errors ${TCL_EXE} ${TCLTEST_EXE} lib.exp Tcl @DTRACE_HDR@ 28 errors ${TCL_EXE} ${TCLTEST_EXE} lib.exp Tcl @DTRACE_HDR@
29 cd dltest ; $(MAKE) clean 29 cd dltest ; $(MAKE) clean
30 30
@@ -33,7 +33,7 @@ Index: unix/Makefile.in
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@@ -706,7 +706,7 @@ 36@@ -709,7 +709,7 @@ tcltest-real:
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: unix/Makefile.in
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@@ -771,7 +771,7 @@ 45@@ -774,7 +774,7 @@ INSTALL_PACKAGE_TARGETS = install-packages
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) \
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.5.bb b/meta/recipes-devtools/tcltk/tcl_8.6.6.bb
index d75232b54e..2dd0a7ae98 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.5.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.6.bb
@@ -24,8 +24,8 @@ SRC_URI = "${BASE_SRC_URI} \
24 file://alter-includedir.patch \ 24 file://alter-includedir.patch \
25 file://run-ptest \ 25 file://run-ptest \
26" 26"
27SRC_URI[md5sum] = "0e6426a4ca9401825fbc6ecf3d89a326" 27SRC_URI[md5sum] = "5193aea8107839a79df8ac709552ecb7"
28SRC_URI[sha256sum] = "ce26d5b9c7504fc25d2f10ef0b82b14cf117315445b5afa9e673ed331830fb53" 28SRC_URI[sha256sum] = "a265409781e4b3edcc4ef822533071b34c3dc6790b893963809b9fe221befe07"
29 29
30SRC_URI_class-native = "${BASE_SRC_URI}" 30SRC_URI_class-native = "${BASE_SRC_URI}"
31 31