From 3768d0cd10808f0921145bdcd476f6fedae6f22c Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Wed, 19 Nov 2025 23:53:28 +1300 Subject: tmux: upgrade 3.5 -> 3.5a Changelog: https://raw.githubusercontent.com/tmux/tmux/3.5a/CHANGES Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- meta-oe/recipes-extended/tmux/tmux_3.5.bb | 25 ------------------------- meta-oe/recipes-extended/tmux/tmux_3.5a.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-oe/recipes-extended/tmux/tmux_3.5.bb create mode 100644 meta-oe/recipes-extended/tmux/tmux_3.5a.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-extended/tmux/tmux_3.5.bb b/meta-oe/recipes-extended/tmux/tmux_3.5.bb deleted file mode 100644 index c7c87eb4a1..0000000000 --- a/meta-oe/recipes-extended/tmux/tmux_3.5.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Terminal multiplexer" -HOMEPAGE = "http://tmux.sourceforge.net" -SECTION = "console/utils" - -LICENSE = "ISC" -LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=f256b76d52e7b4d02bf19144bdaca107" - -DEPENDS = "ncurses libevent bison-native" - -SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.gz" -SRC_URI[sha256sum] = "2fe01942e7e7d93f524a22f2c883822c06bc258a4d61dba4b407353d7081950f" - -UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" -UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+[a-z]?)" - -inherit autotools pkgconfig - -PACKAGECONFIG ??= "" -PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter," - -do_configure:prepend() { - # The 'compat' directory is needed for output during the build but it's - # not automatically created when building outside the source directory. - mkdir -p ${B}/compat -} diff --git a/meta-oe/recipes-extended/tmux/tmux_3.5a.bb b/meta-oe/recipes-extended/tmux/tmux_3.5a.bb new file mode 100644 index 0000000000..72c84f562e --- /dev/null +++ b/meta-oe/recipes-extended/tmux/tmux_3.5a.bb @@ -0,0 +1,25 @@ +SUMMARY = "Terminal multiplexer" +HOMEPAGE = "http://tmux.sourceforge.net" +SECTION = "console/utils" + +LICENSE = "ISC" +LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=f256b76d52e7b4d02bf19144bdaca107" + +DEPENDS = "ncurses libevent bison-native" + +SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.gz" +SRC_URI[sha256sum] = "16216bd0877170dfcc64157085ba9013610b12b082548c7c9542cc0103198951" + +UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+[a-z]?)" + +inherit autotools pkgconfig + +PACKAGECONFIG ??= "" +PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter," + +do_configure:prepend() { + # The 'compat' directory is needed for output during the build but it's + # not automatically created when building outside the source directory. + mkdir -p ${B}/compat +} -- cgit v1.2.3-54-g00ecf