diff mbox series

[meta-oe] htop: upgrade 3.2.2 -> 3.3.0

Message ID 1705971503-24480-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe] htop: upgrade 3.2.2 -> 3.3.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 23, 2024, 12:58 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

0001-Use-pkg-config.patch
refreshed for 3.3.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-support/htop/files/0001-Use-pkg-config.patch  | 8 ++++----
 .../recipes-support/htop/{htop_3.2.2.bb => htop_3.3.0.bb} | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename meta-oe/recipes-support/htop/{htop_3.2.2.bb => htop_3.3.0.bb} (96%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/htop/files/0001-Use-pkg-config.patch b/meta-oe/recipes-support/htop/files/0001-Use-pkg-config.patch
index d85aa1563..3d113efa1 100644
--- a/meta-oe/recipes-support/htop/files/0001-Use-pkg-config.patch
+++ b/meta-oe/recipes-support/htop/files/0001-Use-pkg-config.patch
@@ -1,4 +1,4 @@ 
-From 98ed72177c49a8015a443b3ec272fee3fb5a4eb3 Mon Sep 17 00:00:00 2001
+From 0d49ee6416e389b9a7ba693588c2eaf129306a01 Mon Sep 17 00:00:00 2001
 From: Paul Barker <pbarker@toganlabs.com>
 Date: Sun, 5 Nov 2017 22:07:30 +0000
 Subject: [PATCH] htop: Update to v2.0.2
@@ -16,10 +16,10 @@  Upstream-Status: Inappropriate [`ncurses*-config` can be used outside of OpenEmb
  1 file changed, 6 insertions(+), 6 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 0e69096..d20014f 100644
+index e4df238a..2a31b201 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -322,10 +322,10 @@ AC_ARG_ENABLE([unicode],
+@@ -391,10 +391,10 @@ AC_ARG_ENABLE([unicode],
                [],
                [enable_unicode=yes])
  if test "x$enable_unicode" = xyes; then
@@ -34,7 +34,7 @@  index 0e69096..d20014f 100644
         HTOP_CHECK_LIB([ncursesw6], [addnwstr], [HAVE_LIBNCURSESW],
          HTOP_CHECK_LIB([ncursesw], [addnwstr], [HAVE_LIBNCURSESW],
           HTOP_CHECK_LIB([ncurses], [addnwstr], [HAVE_LIBNCURSESW],
-@@ -342,8 +342,8 @@ if test "x$enable_unicode" = xyes; then
+@@ -416,8 +416,8 @@ if test "x$enable_unicode" = xyes; then
     # (at this point we already link against a working ncurses library with wide character support)
     AC_SEARCH_LIBS([keypad], [tinfow tinfo])
  else
diff --git a/meta-oe/recipes-support/htop/htop_3.2.2.bb b/meta-oe/recipes-support/htop/htop_3.3.0.bb
similarity index 96%
rename from meta-oe/recipes-support/htop/htop_3.2.2.bb
rename to meta-oe/recipes-support/htop/htop_3.3.0.bb
index 68d4a3f8f..cd5b766f0 100644
--- a/meta-oe/recipes-support/htop/htop_3.2.2.bb
+++ b/meta-oe/recipes-support/htop/htop_3.3.0.bb
@@ -9,7 +9,7 @@  DEPENDS = "ncurses"
 SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https \
            file://0001-Use-pkg-config.patch \
 "
-SRCREV = "55c10eccd71b6b016a50237bc8c8508b7bf66783"
+SRCREV = "68c970c7ef4a0682760ed570b3d82388ae7ccf54"
 
 S = "${WORKDIR}/git"