From 8e40d3933eaf3e44c99f49d170ef597abd61cf2c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 21 Jun 2024 10:16:46 +0800 Subject: ttyrun: upgrade 2.32.0 -> 2.33.1 Bug Fixes: - s390-tools: Fix formatting and typos in README.md - s390-tools: Fix release string (From OE-Core rev: 9dd58c3b42b50604e79b59d93564260d0c6f892c) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-core/ttyrun/ttyrun_2.32.0.bb | 35 ------------------------------- meta/recipes-core/ttyrun/ttyrun_2.33.1.bb | 35 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 meta/recipes-core/ttyrun/ttyrun_2.32.0.bb create mode 100644 meta/recipes-core/ttyrun/ttyrun_2.33.1.bb diff --git a/meta/recipes-core/ttyrun/ttyrun_2.32.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.32.0.bb deleted file mode 100644 index 815f625a67..0000000000 --- a/meta/recipes-core/ttyrun/ttyrun_2.32.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 = "9eea78b3ad8ab3710fb3b2d80b9cd058d7c8aba7" - -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.33.1.bb b/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb new file mode 100644 index 0000000000..ccb7f9b268 --- /dev/null +++ b/meta/recipes-core/ttyrun/ttyrun_2.33.1.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 = "686262fdcdaed7903ca1720d7dd0b1f9f5621d7b" + +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