diff options
| author | Jörg Sommer <joerg.sommer@navimatix.de> | 2026-06-03 09:50:25 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-07 18:21:47 -0700 |
| commit | 8a62579490bbea4e36c749ac982eb72af5cbaaca (patch) | |
| tree | 3a9cf09072dc6870137fc7a8251a39854a1c02e9 /meta-oe | |
| parent | e8910a6acc8df2f1ab60bf0b22eef4c4061d3739 (diff) | |
| download | meta-openembedded-8a62579490bbea4e36c749ac982eb72af5cbaaca.tar.gz | |
zsh: Upgrade 5.9 -> 5.9.1
* Upstream changed from pcre to pcre2
* with-tcsetpgrp was dropped in "53081: remove old BeOS support code"
Changes
* POSIX real-time signals (SIGRTMIN etc) are now supported by the kill and
trap builtins, TRAP* functions, and the signals parameter, where available.
* The kill builtin learnt a new option -q to send the signal via
sigqueue(3) along with an arbitrary integer value, where available.
* The kill builtin also learnt a new -L option to print a list of all known
signal numbers and their names.
* The new completion helper _as_if can be used to complete one command as
if it were another command with particular arguments.
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-shells/zsh/zsh_5.9.1.bb (renamed from meta-oe/recipes-shells/zsh/zsh_5.9.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-shells/zsh/zsh_5.9.bb b/meta-oe/recipes-shells/zsh/zsh_5.9.1.bb index c03dfc2f83..a62526dbb2 100644 --- a/meta-oe/recipes-shells/zsh/zsh_5.9.bb +++ b/meta-oe/recipes-shells/zsh/zsh_5.9.1.bb | |||
| @@ -8,10 +8,10 @@ SECTION = "base/shell" | |||
| 8 | LICENSE = "zsh" | 8 | LICENSE = "zsh" |
| 9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=1a4c4cda3e8096d2fd483ff2f4514fec" | 9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=1a4c4cda3e8096d2fd483ff2f4514fec" |
| 10 | 10 | ||
| 11 | DEPENDS = "ncurses bison-native libcap libpcre gdbm groff-native" | 11 | DEPENDS = "ncurses bison-native libcap libpcre2 gdbm groff-native" |
| 12 | 12 | ||
| 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BP}.tar.xz" | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BP}.tar.xz" |
| 14 | SRC_URI[sha256sum] = "9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5" | 14 | SRC_URI[sha256sum] = "5d20bec03f981dc4e9a09ec245e7415388ff641f79c5c5c416b5042e58d8280d" |
| 15 | 15 | ||
| 16 | inherit autotools gettext update-alternatives manpages | 16 | inherit autotools gettext update-alternatives manpages |
| 17 | 17 | ||
| @@ -23,7 +23,6 @@ EXTRA_OECONF = " \ | |||
| 23 | --enable-fndir=${datadir}/${BPN}/${PV}/functions \ | 23 | --enable-fndir=${datadir}/${BPN}/${PV}/functions \ |
| 24 | --enable-site-fndir=${datadir}/${BPN}/site-functions \ | 24 | --enable-site-fndir=${datadir}/${BPN}/site-functions \ |
| 25 | --with-term-lib='ncursesw ncurses' \ | 25 | --with-term-lib='ncursesw ncurses' \ |
| 26 | --with-tcsetpgrp \ | ||
| 27 | --enable-cap \ | 26 | --enable-cap \ |
| 28 | --enable-multibyte \ | 27 | --enable-multibyte \ |
| 29 | --disable-gdbm \ | 28 | --disable-gdbm \ |
