summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-23 08:47:53 +0800
committerKhem Raj <raj.khem@gmail.com>2024-01-22 18:02:26 -0800
commit430c984cd9b1d93e67d00dfd184f66af6b003785 (patch)
treedad18a87dd49dea225fa31da05991d821f0d1186
parentc26b1dcc4ad3497296b8dcd913bcc2f18e7eceb9 (diff)
downloadmeta-openembedded-430c984cd9b1d93e67d00dfd184f66af6b003785.tar.gz
btop: upgrade 1.2.13 -> 1.3.0
Changelog: =========== * Added Gpu Support Linux * Added platform support for OpenBSD * Enable macos clang * Fix Apple Silicon CPUs misprinted * Cmake support for MacOS * Elementarish theme: color update according to Elementary palette * Add alternative key codes for Delete, Insert, Home, End * Fix scrollbar not clearing sometimes. * Add keybind for toggling memory display mode in PROC box * Minor string initialization improvement * Made disks statvfs logic asynchronous. * Fix signal list on non-linux/weird linux platforms * Add option to accumulate a child's resources in parent in tree-view * Add CMake support for Linux * Horizon theme * Fix short conversion of 1000-1023 *iB * Fix integer overflows in btop_collect.cpp * Support compiling with LLVM * Fix getting zfs pool name with '.' char in freebsd * [macos/freebsd] support gcc13 * FreeBSD swap info * Create adwaita.theme * Try get terminal size of "/dev/tty" if stdout fails * Refresh rate program argument * Improved error handling when determining the config directory * Use native POSIX polling syscalls to read input * Conditional compile on Big Sur and up Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/btop/btop_1.3.0.bb (renamed from meta-oe/recipes-support/btop/btop_1.2.13.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/btop/btop_1.2.13.bb b/meta-oe/recipes-support/btop/btop_1.3.0.bb
index a944fe7b51..f20d1a8ec4 100644
--- a/meta-oe/recipes-support/btop/btop_1.2.13.bb
+++ b/meta-oe/recipes-support/btop/btop_1.3.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5SECTION = "console/utils" 5SECTION = "console/utils"
6 6
7SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main" 7SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main"
8SRCREV = "9edbf27f1b6d5844a97325fcda732762ba086a99" 8SRCREV = "36842a3bccfb78f5c27642435bff387b42f7d13b"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11