/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
H A D | 0001-Replace-tclsh-with-tclsh8-in-the-scripts-used-in-the.patch | 13 pkgIndex.tcl : 62 # -*- tcl -*- 63 # The next line is executed by /bin/sh, but not tcl \ 75 # -*- tcl -*- 76 # The next line is executed by /bin/sh, but not tcl \ 88 # -*- tcl -*- 89 # The next line is executed by /bin/sh, but not tcl \ 101 # -*- tcl -*- 102 # The next line is executed by /bin/sh, but not tcl \ 114 # -*- tcl -*- [all …]
|
H A D | 0002-tcl.m4.patch | 6 diff -uNr a/tclconfig/tcl.m4 b/tclconfig/tcl.m4 7 --- a/tclconfig/tcl.m4 2012-12-14 09:16:58.789861281 +0100 8 +++ b/tclconfig/tcl.m4 2012-12-14 10:55:43.542297010 +0100
|
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/ |
H A D | 0004-tcl-update-the-header-location.patch | 4 Subject: [PATCH] tcl: update the header location 7 usr/include/tcl8.6 when version of tcl is 8.6.x 15 Also update the header location in tcl.pc to correct the header 17 to detect tcl doesn't find the header. 25 unix/tcl.pc.in | 2 +- 35 # Directory in which to install the include file tcl.h: 37 +INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir)/tcl$(VERSION) 39 # Path to the private tcl header dir: 48 test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)' 50 +PRIVATE_INCLUDE_DIR='$(includedir)/tcl$(VERSION)' [all …]
|
H A D | 0002-tcl-fix-a-build-issue.patch | 4 Subject: [PATCH] tcl: fix a build issue 16 test: test-tcl test-packages 18 test-tcl: ${TCLTEST_EXE} 19 - $(SHELL_ENV) ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) 20 + $(SHELL_ENV) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) 23 $(SHELL_ENV) $(GDB) --args ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl \ 25 $(SHELL_ENV) $(LLDB) -- ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl \ 37 …ckage require tcltest;tcltest::temporaryDirectory /tmp;source ../tests/all.tcl;exec chmod +w .' | … 38 …ckage require tcltest;tcltest::temporaryDirectory /tmp;source ../tests/all.tcl;exec chmod +w .' | … 44 # via `make shell SCRIPT=/tmp/foo.tcl` [all …]
|
H A D | 0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch | 4 Subject: [PATCH] tcl: Add tcltk from OE.dev but with legacy staging function 9 unix/tcl.m4 | 3 +++ 28 diff --git a/unix/tcl.m4 b/unix/tcl.m4 30 --- a/unix/tcl.m4 31 +++ b/unix/tcl.m4
|
H A D | 0003-tcl-install-tcl-to-lib64-instead-of-lib-on-64bit-tar.patch | 4 Subject: [PATCH] tcl:install tcl to lib64 instead of lib on 64bit target 27 -test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(prefix)/lib/tcl$(VERSION)' 28 +test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)'
|
H A D | run-ptest | 3 export TCL_LIBRARY=@libdir@/tcl/ptest/library 26 ./tcltest tests/all.tcl -file $i -skip "$SKIP"
|
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/ |
H A D | alter-includedir.patch | 4 Subject: [PATCH] tcl: update the header location 7 usr/include/tcl8.6 when version of tcl is 8.6.x 15 Also update the header location in tcl.pc to correct the header 17 to detect tcl doesn't find the header. 25 unix/tcl.pc.in | 2 +- 35 # Directory in which to install the include file tcl.h: 37 +INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir)/tcl$(VERSION) 39 # Path to the private tcl header dir: 48 test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)' 50 +PRIVATE_INCLUDE_DIR='$(includedir)/tcl$(VERSION)' [all …]
|
H A D | 0001-generic-tcl.h-use-Tcl_WideInt-for-seconds-in-Tcl_Tim.patch | 4 Subject: [PATCH] generic/tcl.h: use Tcl_WideInt for seconds in Tcl_Time 9 This patch was proposed at https://core.tcl-lang.org/tcl/tktview/86dd172271 11 elaborate version of it for tcl 9.x (released in 9.0.0), and declined 18 generic/tcl.h | 2 +- 21 diff --git a/generic/tcl.h b/generic/tcl.h 23 --- a/generic/tcl.h 24 +++ b/generic/tcl.h
|
H A D | fix_non_native_build_issue.patch | 4 Subject: [PATCH] tcl: fix a build issue 17 test: test-tcl test-packages 19 test-tcl: ${TCLTEST_EXE} 20 - $(SHELL_ENV) ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) 21 + $(SHELL_ENV) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) 27 @printf '%s ' set args $(call shquotequote,$(TOP_DIR))/tests/all.tcl\ 41 …ltest;tcltest::temporaryDirectory /tmp;source -encoding utf-8 ../tests/all.tcl;exec chmod +w .' | … 42 …ltest;tcltest::temporaryDirectory /tmp;source -encoding utf-8 ../tests/all.tcl;exec chmod +w .' | … 48 # via `make shell SCRIPT=/tmp/foo.tcl` 64 $(TOP_DIR)/tests/all.tcl -singleproc 1 -constraints valgrind \ [all …]
|
H A D | tcl-add-soname.patch | 4 Subject: [PATCH] tcl: Add tcltk from OE.dev but with legacy staging function 10 unix/tcl.m4 | 3 +++ 29 diff --git a/unix/tcl.m4 b/unix/tcl.m4 31 --- a/unix/tcl.m4 32 +++ b/unix/tcl.m4
|
H A D | tcl-remove-hardcoded-install-path.patch | 4 Subject: [PATCH] tcl:install tcl to lib64 instead of lib on 64bit target 27 -test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(prefix)/lib/tcl$(VERSION)' 28 +test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)'
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/ |
H A D | 0001-tcl.m4-Recognize-tclsh9.patch | 4 Subject: [PATCH] tcl.m4: Recognize tclsh9 11 config/tcl.m4 | 2 +- 14 diff --git a/config/tcl.m4 b/config/tcl.m4 16 --- a/config/tcl.m4 17 +++ b/config/tcl.m4 22 -[PGAC_PATH_PROGS(TCLSH, [tclsh tcl tclsh8.6 tclsh86 tclsh8.5 tclsh85 tclsh8.4 tclsh84]) 23 +[PGAC_PATH_PROGS(TCLSH, [tclsh tcl tclsh9.0 tclsh90 tclsh8.6 tclsh86 tclsh8.5 tclsh85 tclsh8.4 tcl…
|
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/ |
H A D | tcl_9.0.1.bb | 2 HOMEPAGE = "http://tcl.sourceforge.net" 6 # http://www.tcl.tk/software/tcltk/license.html 16 DEPENDS = "tcl-native zlib" 18 SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl-core${PV}-src.tar.gz \ 20 file://0001-tcl-Add-tcltk-from-OE.dev-but-with-legacy-staging-fu.patch \ 21 file://0002-tcl-fix-a-build-issue.patch \ 22 file://0003-tcl-install-tcl-to-lib64-instead-of-lib-on-64bit-tar.patch \ 23 file://0004-tcl-update-the-header-location.patch \ 24 file://0005-tcl-fix-race-in-interp.test.patch \ 28 UPSTREAM_CHECK_URI = "https://www.tcl.tk/software/tcltk/download.html" [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/ |
H A D | tcl8_8.6.16.bb | 2 HOMEPAGE = "http://tcl.sourceforge.net" 6 # http://www.tcl.tk/software/tcltk/license.html 18 BASE_SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl-core${PV}-src.tar.gz \ 19 file://tcl-add-soname.patch" 22 file://tcl-remove-hardcoded-install-path.patch \ 26 file://0001-generic-tcl.h-use-Tcl_WideInt-for-seconds-in-Tcl_Tim.patch \ 32 UPSTREAM_CHECK_URI = "https://www.tcl.tk/software/tcltk/download.html" 33 UPSTREAM_CHECK_REGEX = "tcl(?P<pver>8(\.\d+)+)-src" 35 S = "${WORKDIR}/tcl${PV}" 49 # otherwise "/usr/lib/tcl8.6/tzdata" is included in tcl package [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkwave/ |
H A D | gtkwave_3.3.121.bb | 16 tcl \ 42 PACKAGECONFIG[tcl] = "--with-tcl=${STAGING_BINDIR_CROSS},--disable-tcl,tcl" 43 PACKAGECONFIG[tk] = "--with-tk=${STAGING_BINDIR_CROSS},--disable-tcl,tk"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboop/ |
H A D | liboop_1.0.1.bb | 15 PACKAGECONFIG[tcl] = "--with-tcl,--without-tcl,tcl"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/ |
H A D | tk_9.0.1.bb | 2 HOMEPAGE = "http://tcl.sourceforge.net" 5 # http://www.tcl.tk/software/tcltk/license.html 18 DEPENDS = "tcl virtual/libx11 libxt zip-native" 21 ${SOURCEFORGE_MIRROR}/tcl/${BPN}${PV}-src.tar.gz \ 25 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/tcl/files/Tcl/" 44 --with-tcl=${STAGING_BINDIR}/crossscripts \
|
H A D | tk8_8.6.15.bb | 2 HOMEPAGE = "http://tcl.sourceforge.net" 5 # http://www.tcl.tk/software/tcltk/license.html 21 ${SOURCEFORGE_MIRROR}/tcl/tk${PV}-src.tar.gz \ 29 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/tcl/files/Tcl/" 38 CFLAGS += "-I${STAGING_INCDIR}/tcl${VER}" 49 --with-tcl=${STAGING_BINDIR}/crossscripts \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboop/liboop/ |
H A D | tcl_dev.patch | 11 CPPFLAGS="$save_cppflags -I/usr/include/tcl$version" 12 AC_CHECK_LIB(tcl$version,Tcl_Main,[ 13 AC_CHECK_HEADER(tcl.h,[
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/ |
H A D | confsearch.diff | 13 unix/tcl.m4 | 2 ++ 28 Index: a/unix/tcl.m4 30 --- a/unix/tcl.m4.orig 31 +++ b/unix/tcl.m4
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ |
H A D | ippool_1.3.bb | 68 install ${S}/test/all.tcl ${S}/test/ippool.test \ 69 ${S}/test/test_procs.tcl ${D}/opt/${BPN} 71 # fix the ../ippoolconfig in test_procs.tcl 73 ${D}/opt/${BPN}/test_procs.tcl 83 # needs tcl to run tests 84 RDEPENDS:${PN}-test += "tcl ${BPN}"
|
/openbmc/u-boot/arch/arm/mach-sunxi/dram_timings/ |
H A D | ddr2_v3s.c | 33 u8 tcl = 3; /* CL 6 */ in mctl_set_timing_params() local 45 u8 trd2wr = tcl + 2 + 1 - tcwl; /* RL + BL / 2 + 2 - WL */ in mctl_set_timing_params() 59 writel(DRAMTMG2_TCWL(tcwl) | DRAMTMG2_TCL(tcl) | in mctl_set_timing_params()
|
H A D | ddr3_1333.c | 33 u8 tcl = 6; /* CL 12 */ in mctl_set_timing_params() local 45 u8 trd2wr = tcl + 2 + 1 - tcwl; /* RL + BL / 2 + 2 - WL */ in mctl_set_timing_params() 62 writel(DRAMTMG2_TCWL(tcwl) | DRAMTMG2_TCL(tcl) | in mctl_set_timing_params()
|
H A D | lpddr3_stock.c | 33 u8 tcl = 6; /* CL 12 */ in mctl_set_timing_params() local 45 u8 trd2wr = tcl + 4 + 5 - tcwl + 1; in mctl_set_timing_params() 58 writel(DRAMTMG2_TCWL(tcwl) | DRAMTMG2_TCL(tcl) | in mctl_set_timing_params()
|