summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-shells/tcsh
Commit message (Collapse)AuthorAgeFilesLines
* tcsh: fix compile error after LDFLAGS changeTony Battersby2021-08-111-1/+1
| | | | | | | | | | | | | | Adding -f*-prefix-map to LDFLAGS caused the following issue when compiling tcsh on Ubuntu 18.04: gcc: error: unrecognized command line option ‘-fmacro-prefix-map=...’ Fix by using BUILD_LDFLAGS instead of LDFLAGS for gethost. [YOCTO #14481] Signed-off-by: Tony Battersby <tonyb@cybernetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-4/+4
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tcsh: upgrade 6.22.03 -> 6.22.04zhengruoqin2021-04-291-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: upgrade 6.22.02 -> 6.22.03zhengruoqin2020-11-302-31/+2
| | | | | | | | 0001-Remove-defining-handle_interrupt-twice.patch Removed since this is included in 6.22.03. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: Fix build with -fno-commonKhem Raj2020-08-132-0/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: Update SRC_URIKhem Raj2020-03-051-1/+1
| | | | | | the ftp site seems to be intermittent Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: upgrade 6.21.00 -> 6.22.02Zheng Ruoqin2020-03-041-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: upgrade 6.20.00 -> 6.21.00Zang Ruochen2019-07-101-2/+2
| | | | | | | -Upgrade from tcsh_6.20.00.bb to tcsh_6.21.00.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: Add dep on virtual/cryptKhem Raj2018-08-151-1/+1
| | | | | | libcrypt is now a separate package starting glibc 2.28+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: move to recipes-shellsArmin Kuster2018-03-013-0/+134
Signed-off-by: Armin Kuster <akuster808@gmail.com>