diff options
| -rw-r--r-- | meta-oe/recipes-support/htop/files/0001-Use-pkg-config.patch | 8 | ||||
| -rw-r--r-- | meta-oe/recipes-support/htop/htop_3.3.0.bb (renamed from meta-oe/recipes-support/htop/htop_3.2.2.bb) | 2 |
2 files changed, 5 insertions, 5 deletions
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 d85aa15637..3d113efa15 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 @@ | |||
| 1 | From 98ed72177c49a8015a443b3ec272fee3fb5a4eb3 Mon Sep 17 00:00:00 2001 | 1 | From 0d49ee6416e389b9a7ba693588c2eaf129306a01 Mon Sep 17 00:00:00 2001 |
| 2 | From: Paul Barker <pbarker@toganlabs.com> | 2 | From: Paul Barker <pbarker@toganlabs.com> |
| 3 | Date: Sun, 5 Nov 2017 22:07:30 +0000 | 3 | Date: Sun, 5 Nov 2017 22:07:30 +0000 |
| 4 | Subject: [PATCH] htop: Update to v2.0.2 | 4 | Subject: [PATCH] htop: Update to v2.0.2 |
| @@ -16,10 +16,10 @@ Upstream-Status: Inappropriate [`ncurses*-config` can be used outside of OpenEmb | |||
| 16 | 1 file changed, 6 insertions(+), 6 deletions(-) | 16 | 1 file changed, 6 insertions(+), 6 deletions(-) |
| 17 | 17 | ||
| 18 | diff --git a/configure.ac b/configure.ac | 18 | diff --git a/configure.ac b/configure.ac |
| 19 | index 0e69096..d20014f 100644 | 19 | index e4df238a..2a31b201 100644 |
| 20 | --- a/configure.ac | 20 | --- a/configure.ac |
| 21 | +++ b/configure.ac | 21 | +++ b/configure.ac |
| 22 | @@ -322,10 +322,10 @@ AC_ARG_ENABLE([unicode], | 22 | @@ -391,10 +391,10 @@ AC_ARG_ENABLE([unicode], |
| 23 | [], | 23 | [], |
| 24 | [enable_unicode=yes]) | 24 | [enable_unicode=yes]) |
| 25 | if test "x$enable_unicode" = xyes; then | 25 | if test "x$enable_unicode" = xyes; then |
| @@ -34,7 +34,7 @@ index 0e69096..d20014f 100644 | |||
| 34 | HTOP_CHECK_LIB([ncursesw6], [addnwstr], [HAVE_LIBNCURSESW], | 34 | HTOP_CHECK_LIB([ncursesw6], [addnwstr], [HAVE_LIBNCURSESW], |
| 35 | HTOP_CHECK_LIB([ncursesw], [addnwstr], [HAVE_LIBNCURSESW], | 35 | HTOP_CHECK_LIB([ncursesw], [addnwstr], [HAVE_LIBNCURSESW], |
| 36 | HTOP_CHECK_LIB([ncurses], [addnwstr], [HAVE_LIBNCURSESW], | 36 | HTOP_CHECK_LIB([ncurses], [addnwstr], [HAVE_LIBNCURSESW], |
| 37 | @@ -342,8 +342,8 @@ if test "x$enable_unicode" = xyes; then | 37 | @@ -416,8 +416,8 @@ if test "x$enable_unicode" = xyes; then |
| 38 | # (at this point we already link against a working ncurses library with wide character support) | 38 | # (at this point we already link against a working ncurses library with wide character support) |
| 39 | AC_SEARCH_LIBS([keypad], [tinfow tinfo]) | 39 | AC_SEARCH_LIBS([keypad], [tinfow tinfo]) |
| 40 | else | 40 | 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 index 68d4a3f8f4..cd5b766f0f 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" | |||
| 9 | SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https \ | 9 | SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https \ |
| 10 | file://0001-Use-pkg-config.patch \ | 10 | file://0001-Use-pkg-config.patch \ |
| 11 | " | 11 | " |
| 12 | SRCREV = "55c10eccd71b6b016a50237bc8c8508b7bf66783" | 12 | SRCREV = "68c970c7ef4a0682760ed570b3d82388ae7ccf54" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
