From 5b949a4c13e9863d23441252d1e4cf19ac72c2b9 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 9 Nov 2020 15:11:57 +0800 Subject: tmux: upgrade 3.1b -> 3.1c Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-oe/recipes-extended/tmux/tmux_3.1b.bb | 25 ------------------------- meta-oe/recipes-extended/tmux/tmux_3.1c.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-oe/recipes-extended/tmux/tmux_3.1b.bb create mode 100644 meta-oe/recipes-extended/tmux/tmux_3.1c.bb diff --git a/meta-oe/recipes-extended/tmux/tmux_3.1b.bb b/meta-oe/recipes-extended/tmux/tmux_3.1b.bb deleted file mode 100644 index f5078e923..000000000 --- a/meta-oe/recipes-extended/tmux/tmux_3.1b.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" - -SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.gz" -SRC_URI[md5sum] = "2cdacbf06ac4980d3f5312ad23b37f9b" -SRC_URI[sha256sum] = "d93f351d50af05a75fe6681085670c786d9504a5da2608e481c47cf5e1486db9" - -UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" - -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.1c.bb b/meta-oe/recipes-extended/tmux/tmux_3.1c.bb new file mode 100644 index 000000000..7cac48eb6 --- /dev/null +++ b/meta-oe/recipes-extended/tmux/tmux_3.1c.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" + +SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.gz" +SRC_URI[md5sum] = "7301d3fa12f35051edb185496766c745" +SRC_URI[sha256sum] = "918f7220447bef33a1902d4faff05317afd9db4ae1c9971bef5c787ac6c88386" + +UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" + +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