From 9467195447dad2f1fefeeeb3289f167f22a5b094 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 6 Nov 2025 07:44:02 +0800 Subject: tuna: upgrade 0.19 -> 0.20 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-extended/tuna/tuna_0.19.bb | 23 ----------------------- meta-python/recipes-extended/tuna/tuna_0.20.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-python/recipes-extended/tuna/tuna_0.19.bb create mode 100644 meta-python/recipes-extended/tuna/tuna_0.20.bb diff --git a/meta-python/recipes-extended/tuna/tuna_0.19.bb b/meta-python/recipes-extended/tuna/tuna_0.19.bb deleted file mode 100644 index 643e3a09ff..0000000000 --- a/meta-python/recipes-extended/tuna/tuna_0.19.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "cui/gui tool for tuning of running processes" -HOMEPAGE = "https://rt.wiki.kernel.org/index.php/Tuna" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" - -SRC_URI = "git://git.kernel.org/pub/scm/utils/tuna/tuna.git;branch=main" - -SRCREV = "b972b8ce386c29bcbcd45029a617db3db9e5b6ca" - - -RDEPENDS:${PN} += " \ - python3-io \ - python3-linux-procfs \ - python3-logging \ - python3-six \ - " - -inherit setuptools3 - -do_install:append() { - install -m 0755 -d ${D}${bindir} - install -m 0755 ${S}/tuna-cmd.py ${D}${bindir}/tuna -} diff --git a/meta-python/recipes-extended/tuna/tuna_0.20.bb b/meta-python/recipes-extended/tuna/tuna_0.20.bb new file mode 100644 index 0000000000..c647adbd35 --- /dev/null +++ b/meta-python/recipes-extended/tuna/tuna_0.20.bb @@ -0,0 +1,23 @@ +SUMMARY = "cui/gui tool for tuning of running processes" +HOMEPAGE = "https://rt.wiki.kernel.org/index.php/Tuna" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" + +SRC_URI = "git://git.kernel.org/pub/scm/utils/tuna/tuna.git;branch=main" + +SRCREV = "596d92cac33e64ec9b0176401395e6a4abc2266a" + + +RDEPENDS:${PN} += " \ + python3-io \ + python3-linux-procfs \ + python3-logging \ + python3-six \ + " + +inherit setuptools3 + +do_install:append() { + install -m 0755 -d ${D}${bindir} + install -m 0755 ${S}/tuna-cmd.py ${D}${bindir}/tuna +} -- cgit v1.2.3-54-g00ecf