From 25d3fe24109e0ac4ea70faf6781fc95b14d0dc1f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 9 Oct 2024 13:49:11 +0800 Subject: ttyrun: upgrade 2.34.0 -> 2.35.0 Changelog: ============= Changes of existing tools: - cpacfstats: Add support for FULL XTS (MSA 10) and HMAC (MSA 11) PAI counter - cpuplugd: Make cpuplugd compatible with hiperdispatch - dbginfo.sh: Add network sockstat info - pvapconfig: s390x exclusive build - zdev: Add option to select IPL device - zdump/dfo_s390: Support s390 DFO for vr-kernel dumps - zipl: Add support of mirror devices Bug Fixes: - (genprotimg|zipl)/boot: discard .note.package ELF section to save memory - netboot/mk-s390image: Fix size when argument is a symlink - ziorep_config: Fix warning message when multipath device is not there. - zipl: Fix problems when target parameters are specified by user - zipl: Fix segfault when creating device-based dumps with '--dry-run' (From OE-Core rev: ade8b2028b0fe4e56a1f05cdfec90a1ba32eab13) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-core/ttyrun/ttyrun_2.34.0.bb | 35 ------------------------------- meta/recipes-core/ttyrun/ttyrun_2.35.0.bb | 35 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 meta/recipes-core/ttyrun/ttyrun_2.34.0.bb create mode 100644 meta/recipes-core/ttyrun/ttyrun_2.35.0.bb diff --git a/meta/recipes-core/ttyrun/ttyrun_2.34.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.34.0.bb deleted file mode 100644 index 7fbd48c83a..0000000000 --- a/meta/recipes-core/ttyrun/ttyrun_2.34.0.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "Start the program if the specified terminal device is available." -DESCRIPTION = "ttyrun is typically used to prevent a respawn through the \ -init(8) program when a terminal is not available." -HOMEPAGE = "https://github.com/ibm-s390-linux/s390-tools" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af" - -SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master" -SRCREV = "4c922b105b4ccb85c51e7e48153d073742b88510" - -CVE_PRODUCT = "s390-tools" - -S = "${WORKDIR}/git" - -EXTRA_OEMAKE = "\ - V=1 \ - CC="${CC}" \ - DISTRELEASE=${PR} \ - " - -# We just want ttyrun and not the rest of s390-utils - -do_configure() { - oe_runmake -C ${S}/iucvterm/src clean -} - -do_compile() { - oe_runmake -C ${S}/iucvterm/src ttyrun -} - -do_install() { - install -d ${D}${sbindir} - install ${S}/iucvterm/src/ttyrun ${D}${sbindir} -} diff --git a/meta/recipes-core/ttyrun/ttyrun_2.35.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.35.0.bb new file mode 100644 index 0000000000..c505bd7160 --- /dev/null +++ b/meta/recipes-core/ttyrun/ttyrun_2.35.0.bb @@ -0,0 +1,35 @@ +SUMMARY = "Start the program if the specified terminal device is available." +DESCRIPTION = "ttyrun is typically used to prevent a respawn through the \ +init(8) program when a terminal is not available." +HOMEPAGE = "https://github.com/ibm-s390-linux/s390-tools" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af" + +SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master" +SRCREV = "c2db7ce05fdc3ebd63cccbcb1edc2b606709e21f" + +CVE_PRODUCT = "s390-tools" + +S = "${WORKDIR}/git" + +EXTRA_OEMAKE = "\ + V=1 \ + CC="${CC}" \ + DISTRELEASE=${PR} \ + " + +# We just want ttyrun and not the rest of s390-utils + +do_configure() { + oe_runmake -C ${S}/iucvterm/src clean +} + +do_compile() { + oe_runmake -C ${S}/iucvterm/src ttyrun +} + +do_install() { + install -d ${D}${sbindir} + install ${S}/iucvterm/src/ttyrun ${D}${sbindir} +} -- cgit v1.2.3-54-g00ecf