From 9801afd2789a1ea9342826f6ccf405ac9f3d64f3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Jan 2026 17:43:22 +0800 Subject: iotop: upgrade 1.30 -> 1.31 License-Update: Copyright year updated to 1.31 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-extended/iotop/iotop_1.30.bb | 24 ------------------------ meta-oe/recipes-extended/iotop/iotop_1.31.bb | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-oe/recipes-extended/iotop/iotop_1.30.bb create mode 100644 meta-oe/recipes-extended/iotop/iotop_1.31.bb diff --git a/meta-oe/recipes-extended/iotop/iotop_1.30.bb b/meta-oe/recipes-extended/iotop/iotop_1.30.bb deleted file mode 100644 index 9fe774f9f2..0000000000 --- a/meta-oe/recipes-extended/iotop/iotop_1.30.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "A top utility for I/O" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3154adaa1a9ca0d8dcc1944518ece1b9" - -DEPENDS = "ncurses" - -SRC_URI = "git://github.com/Tomas-M/iotop.git;branch=master;protocol=https;tag=v${PV}" -SRCREV = "c3366a8a235f9c8ddc4797625f22cfdf12ba2c36" - - -inherit pkgconfig - -EXTRA_OEMAKE = "V=1 STRIP=true" -# Fixes llvm-bc70b5.o: can't link soft-float modules with double-float modules -EXTRA_OEMAKE:append:toolchain-clang:riscv64 = " NO_FLTO=1" -EXTRA_OEMAKE:append:toolchain-clang:riscv32 = " NO_FLTO=1" - -# Workaround BFD linker crash with clang on arm -# revisit when upgrading binutils and see if its fixed -LDFLAGS:append:toolchain-clang:arm = " -fuse-ld=lld" - -do_install() { - oe_runmake install DESTDIR=${D} -} diff --git a/meta-oe/recipes-extended/iotop/iotop_1.31.bb b/meta-oe/recipes-extended/iotop/iotop_1.31.bb new file mode 100644 index 0000000000..f37b5a5dd3 --- /dev/null +++ b/meta-oe/recipes-extended/iotop/iotop_1.31.bb @@ -0,0 +1,24 @@ +SUMMARY = "A top utility for I/O" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://LICENSE;md5=26b36b714daebf72b11715ba73efbad4" + +DEPENDS = "ncurses" + +SRC_URI = "git://github.com/Tomas-M/iotop.git;branch=master;protocol=https;tag=v${PV}" +SRCREV = "57890d671ba69ebc4a619a1cfe7d76cdd3d836a8" + + +inherit pkgconfig + +EXTRA_OEMAKE = "V=1 STRIP=true" +# Fixes llvm-bc70b5.o: can't link soft-float modules with double-float modules +EXTRA_OEMAKE:append:toolchain-clang:riscv64 = " NO_FLTO=1" +EXTRA_OEMAKE:append:toolchain-clang:riscv32 = " NO_FLTO=1" + +# Workaround BFD linker crash with clang on arm +# revisit when upgrading binutils and see if its fixed +LDFLAGS:append:toolchain-clang:arm = " -fuse-ld=lld" + +do_install() { + oe_runmake install DESTDIR=${D} +} -- cgit v1.2.3-54-g00ecf