| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcltk/tcl/ |
| H A D | fix_non_native_build_issue.patch | 8 test: test-tcl test-packages 10 test-tcl: ${TCLTEST_EXE} 11 - $(SHELL_ENV) ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) 12 + $(SHELL_ENV) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) 17 @echo "set args $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) -singleproc 1" >> gdb.run 30 …ckage require tcltest;tcltest::temporaryDirectory /tmp;source ../tests/all.tcl;exec chmod +w .' | … 31 …ckage require tcltest;tcltest::temporaryDirectory /tmp;source ../tests/all.tcl;exec chmod +w .' | … 37 # via `make shell SCRIPT=/tmp/foo.tcl` 48 - $(SHELL_ENV) $(VALGRIND) $(VALGRINDARGS) ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 … 49 + $(SHELL_ENV) $(VALGRIND) $(VALGRINDARGS) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 -c… [all …]
|
| H A D | fix_issue_with_old_distro_glibc.patch | 3 Fixes tcl target recipe build on old distros which have glibc older than 2.14 5 | + echo 'NOTE: make DESTDIR=/srv/home/nitin/builds/build-gcc47/tmp/work/x86_64-poky-linux/tcl-8.5… 6 | NOTE: make DESTDIR=/srv/home/nitin/builds/build-gcc47/tmp/work/x86_64-poky-linux/tcl-8.5.11-r5/i… 7 | + make DESTDIR=/srv/home/nitin/builds/build-gcc47/tmp/work/x86_64-poky-linux/tcl-8.5.11-r5/image… 8 | Making directory /srv/home/nitin/builds/build-gcc47/tmp/work/x86_64-poky-linux/tcl-8.5.11-r5/imag… 10 | Making directory /srv/home/nitin/builds/build-gcc47/tmp/work/x86_64-poky-linux/tcl-8.5.11-r5/imag… 11 …(required by /srv/home/nitin/builds/build-gcc47/tmp/work/x86_64-poky-linux/tcl-8.5.11-r5/tcl8.5.11… 12 | Making directory /srv/home/nitin/builds/build-gcc47/tmp/work/x86_64-poky-linux/tcl-8.5.11-r5/imag… 32 $(SHELL_ENV) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) 38 @echo "set args $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) -singleproc 1" >> gdb.run
|
| H A D | alter-includedir.patch | 2 usr/include/tcl8.6 when version of tcl is 8.6.x 26 # Directory in which to install the include file tcl.h: 28 +INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(includedir)/tcl$(VERSION) 30 # Path to the private tcl header dir: 39 test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)' 41 +PRIVATE_INCLUDE_DIR='$(includedir)/tcl$(VERSION)' 50 +eval "TCL_INCLUDE_SPEC=\"-I${includedir}/tcl${VERSION}\""
|
| H A D | tcl-remove-hardcoded-install-path.patch | 4 Subject: [PATCH] tcl:install tcl to lib64 instead of lib on 64bit target 28 -test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(prefix)/lib/tcl$(VERSION)' 29 +test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)'
|
| H A D | tcl-add-soname.patch | 3 Index: unix/tcl.m4 5 --- a/unix.orig/tcl.m4 2013-09-19 13:17:13.000000000 -0700 6 +++ b/unix/tcl.m4 2013-11-11 00:17:24.263485123 -0800
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcltk/ |
| H A D | tcl_8.6.11.bb | 2 HOMEPAGE = "http://tcl.sourceforge.net" 6 # http://www.tcl.tk/software/tcltk/license.html 16 DEPENDS = "tcl-native zlib" 18 BASE_SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl-core${PV}-src.tar.gz \ 19 file://tcl-add-soname.patch" 23 file://tcl-remove-hardcoded-install-path.patch \ 33 # https://core.tcl-lang.org/tcl/info/7079e4f91601e9c7 36 UPSTREAM_CHECK_REGEX = "tcl(?P<pver>\d+(\.\d+)+)-src" 65 PACKAGES =+ "tcl-lib" 66 FILES:tcl-lib = "${libdir}/libtcl8.6.so.*" [all …]
|
| /OK3568_Linux_fs/buildroot/package/tk/ |
| H A D | Config.in | 3 depends on BR2_USE_MMU # tcl 4 depends on BR2_TOOLCHAIN_HAS_THREADS # tcl 5 depends on !BR2_STATIC_LIBS # tcl 11 A windowing toolkit for use with tcl 13 http://www.tcl.tk
|
| H A D | tk.mk | 10 TK_SITE = http://downloads.sourceforge.net/project/tcl/Tcl/$(TK_VERSION) 16 TK_DEPENDENCIES = tcl xlib_libX11 xlib_libXft 22 --with-tcl=$(BUILD_DIR)/tcl-$(TCL_VERSION)/unix \
|
| /OK3568_Linux_fs/buildroot/package/expect/ |
| H A D | 0002-allow-tcl-build-directory.patch | 2 Subject: [PATCH] Allow tcl build directory for linking 5 linking against tcl directly out of its build directory. 23 Index: expect-5.45/tclconfig/tcl.m4 25 --- expect-5.45.orig/tclconfig/tcl.m4 2010-11-09 13:42:10.000000000 -0600 26 +++ expect-5.45/tclconfig/tcl.m4 2013-11-14 08:02:08.424100580 -0600
|
| H A D | expect.mk | 15 EXPECT_DEPENDENCIES = tcl 16 EXPECT_CONF_OPTS = --with-tcl=$(BUILD_DIR)/tcl-$(TCL_VERSION)/unix
|
| /OK3568_Linux_fs/buildroot/package/tcl/ |
| H A D | tcl.mk | 9 TCL_SOURCE = tcl$(TCL_VERSION)-src.tar.gz 10 TCL_SITE = http://downloads.sourceforge.net/project/tcl/Tcl/$(TCL_VERSION) 13 TCL_CPE_ID_VENDOR = tcl 47 rm -rf $(TARGET_DIR)/usr/lib/tcl$(TCL_VERSION_MAJOR)/encoding/* 71 $(TARGET_DIR)/usr/lib/tcl$(TCL_VERSION_MAJOR)/tclAppInit.c \ 72 $(TARGET_DIR)/usr/lib/tcl$(TCL_VERSION_MAJOR)/msgs
|
| H A D | Config.in | 1 comment "tcl needs a toolchain w/ threads, dynamic library" 6 bool "tcl" 16 http://www.tcl.tk 25 various tcl character recoding functions, you may safely 34 Install only TCL shared library and not binary tcl
|
| H A D | 0001-dont-build-compat.patch | 2 Subject: [PATCH] Disable tcl compatibility layers 14 diff --git a/unix/tcl.m4 b/unix/tcl.m4 15 --- a/unix/tcl.m4 16 +++ b/unix/tcl.m4
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/expect/ |
| 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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/liboop/ |
| H A D | liboop_1.0.1.bb | 16 PACKAGECONFIG[tcl] = "--with-tcl,--without-tcl,tcl"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/liboop/liboop/ |
| H A D | tcl_dev.patch | 9 CPPFLAGS="$save_cppflags -I/usr/include/tcl$version" 10 AC_CHECK_LIB(tcl$version,Tcl_Main,[ 11 AC_CHECK_HEADER(tcl.h,[
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/ |
| H A D | expect_5.45.4.bb | 16 DEPENDS += "tcl" 17 RDEPENDS:${PN} = "tcl" 23 file://0002-tcl.m4.patch \ 43 sed -e 's|$dir|${libdir}|' -i ${D}${libdir}/expect${PV}/pkgIndex.tcl 51 EXTRA_OECONF += "--with-tcl=${STAGING_LIBDIR} \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ |
| H A D | ippool_1.3.bb | 71 install ${S}/test/all.tcl ${S}/test/ippool.test \ 72 ${S}/test/test_procs.tcl ${D}/opt/${BPN} 74 # fix the ../ippoolconfig in test_procs.tcl 76 ${D}/opt/${BPN}/test_procs.tcl 86 # needs tcl to run tests 87 RDEPENDS:${PN}-test += "tcl ${BPN}"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/tcltk/ |
| H A D | tk_8.6.10.bb | 2 HOMEPAGE = "http://tcl.sourceforge.net" 5 # http://www.tcl.tk/software/tcltk/license.html 18 DEPENDS = "tcl virtual/libx11 libxt" 21 ${SOURCEFORGE_MIRROR}/tcl/${BPN}${PV}-src.tar.gz \ 44 --with-tcl=${STAGING_BINDIR}/crossscripts \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk/ |
| H A D | confsearch.diff | 12 unix/tcl.m4 | 2 ++ 27 Index: a/unix/tcl.m4 29 --- a/unix/tcl.m4.orig 30 +++ b/unix/tcl.m4
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/dram_timings/ |
| 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()
|
| 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()
|
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | dmc-rk3368.c | 158 u32 tcl, u32 tal, u32 tcwl) in ddrphy_config() argument 166 clrsetbits_le32(&phy->reg[0xb], 0xff, tcl << 4 | tal); in ddrphy_config() 241 DDR3_MR0_CL(params->pctl_timing.tcl) | in memory_init() 475 pctl_timing->tcl = 6; in pctl_calc_timings() 478 pctl_timing->tcl = 8; in pctl_calc_timings() 481 pctl_timing->tcl = 10; in pctl_calc_timings() 484 pctl_timing->tcl = 11; in pctl_calc_timings() 496 pctl_timing->trtw = pctl_timing->tcl + tccd/2 + 2 - pctl_timing->tcwl; in pctl_calc_timings() 562 writel((params->pctl_timing.tcl - 1) / 2 - 1, &pctl->dfitrddataen); in pctl_cfg() 833 params->pctl_timing.tcl, in setup_sdram()
|
| /OK3568_Linux_fs/buildroot/package/sqlcipher/ |
| H A D | sqlcipher.mk | 12 SQLCIPHER_DEPENDENCIES = host-pkgconf openssl host-tcl 21 --disable-tcl
|