summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-shells
Commit message (Collapse)AuthorAgeFilesLines
* tcsh: upgrade 6.24.10 -> 6.24.11Wang Mingyu2024-03-201-1/+1
| | | | | | | | Changelog: Make nice priority incremental even with setpriority(2) to match how it worked with nice(3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mksh: Update to 59c properlyPeter Kjellerstedt2023-11-071-2/+4
| | | | | | | | The "update" in commit 2df786211a only changed the version without actually changing the downloaded tar ball. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mksh: upgrade 59 -> R59cKhem Raj2023-11-061-1/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-212-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: upgrade 6.24.07 -> 6.24.10Wang Mingyu2023-04-171-1/+1
| | | | | | | | Changelog: - Avoid non-default settings in system-wide init files. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zsh: fix installed-vs-shipped with multilibMartin Jansa2023-04-051-2/+2
| | | | | | | | | | | | | | | | | | | | | * fixes: lib32-zsh-5.8: lib32-zsh: Files/directories were installed but not shipped in any package: /usr/share/lib32-zsh /usr/share/lib32-zsh/5.8 /usr/share/lib32-zsh/site-functions /usr/share/lib32-zsh/5.8/functions /usr/share/lib32-zsh/5.8/functions/_selinux_users ... 1000+ lines ... /usr/share/lib32-zsh/5.8/functions/VCS_INFO_bydir_detect Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. lib32-zsh: 1116 installed and not shipped files. [installed-vs-shipped] * they will clash if someone is trying to install both zsh and lib32-zsh, but it's not very likely as nobody sane was building lib32-zsh with 1000+ line warning regularly Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: upgrade 6.22.04 -> 6.24.07Wang Mingyu2023-03-092-7/+6
| | | | | | | | 0001-Enable-system-malloc-on-all-linux.patch refreshed for 6.24.07 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zsh: Fix CVE-2021-45444Chee Yang Lee2023-01-174-1/+282
| | | | | | | backport patch from debian Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: add native nativesdk BBCLASSEXTENDNaveen Saini2023-01-041-0/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dash: upgrade 0.5.11.5 -> 0.5.12Wang Mingyu2022-12-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: Do not install symlinks into /bin with usrmergeKhem Raj2022-04-231-2/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dash: set precise BSD licenseRoss Burton2021-11-181-1/+1
| | | | | | | "BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dash: upgrade 0.5.11.3 -> 0.5.11.5zangrc2021-09-091-2/+1
| | | | | | | | parser: Fix VSLENGTH parsing with trailing garbage eval: Do not cache value of eflag in evaltree Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 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-034-13/+13
| | | | | | | | | | 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>
* zsh: work around file-rdeps QA issues with usrmerge in DISTRO_FEATURESMartin Jansa2021-05-281-0/+5
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zsh: upgrade 5.4.2 -> 5.8Andreas Müller2021-05-221-15/+3
| | | | | | | | | * without autotools-brokensep install fails for several isssues. Started to fix them but stooped after third * remove some odd/orphaned code in recipe Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zsh: reduce priority slightly to avoid conflict with bashAndreas Müller2021-05-031-1/+1
| | | | | | | | [log_check] Warn: update-alternatives: sh has multiple providers with the same priority, please check /workdir/raspberrypi4_64-mortsgna-linux/allgui-dev-image/1.0-r0/rootfs/usr/lib/opkg/alternatives/sh for details Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@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>
* dash: upgrade 0.5.11.2 -> 0.5.11.3zangrc2021-01-051-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.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>
* dash: upgrade 0.5.11.1 -> 0.5.11.2Zang Ruochen2020-09-081-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.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>
* dash: upgrade 0.5.11 -> 0.5.11.1Zang Ruochen2020-08-031-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mksh: upgrade 58 -> 59Zang Ruochen2020-06-081-4/+4
| | | | | | | -License-Update: Copyright year updated to 2020. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dash: upgrade 0.5.10.2 -> 0.5.11Wang Mingyu2020-06-052-33/+3
| | | | | | | | 0001-Fix-printf-format-errors-with-clang.patch removed since it is not available in 0.5.11 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mksh: upgrade 57 -> 58Wang Mingyu2020-04-141-3/+3
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> 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>
* mksh: upgrade 56 -> 57Zang Ruochen2019-11-291-4/+4
| | | | | | | -License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen <zangrc.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>
* dash: upgrade 0.5.9.1 -> 0.5.10.2Zang Ruochen2019-03-011-2/+2
| | | | | | | upgrade from dash_0.5.9.1.bb to dash_0.5.10.2.bb Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mksh: Don't use ${PN}Richard Weinberger2019-01-101-1/+1
| | | | | | | | | Don't use ${PN} for the source dir, it will break multilib builds. The correct variable is ${BPN}. Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mksh: add version 56Eduardas Meile2018-12-061-0/+36
| | | | | | | | The MirBSD Korn Shell is a permissively licensed shell currently used by Android. Signed-off-by: Eduardas Meile <eduardas.m@fods.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zsh: Delete ${D}/usr if emptyKhem Raj2018-08-281-0/+1
| | | | 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>
* zsh: update to version 5.4.2Derek Straka2018-03-121-3/+3
| | | | | | | License-Update: Update the license checksum for copyright year and verify the terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* dash: move dash to recipes-shellArmin Kuster2018-03-012-0/+57
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tcsh: move to recipes-shellsArmin Kuster2018-03-013-0/+134
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* zsh: move to recipes-shellsArmin Kuster2018-03-011-0/+64
Signed-off-by: Armin Kuster <akuster808@gmail.com>