diff options
-rw-r--r-- | meta-oe/recipes-support/htop/files/0001-Use-pkg-config.patch | 42 | ||||
-rw-r--r-- | meta-oe/recipes-support/htop/htop_3.1.2.bb (renamed from meta-oe/recipes-support/htop/htop_3.0.5.bb) | 21 |
2 files changed, 32 insertions, 31 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 93d6d58573..2760162acf 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 14100c6fc2cce7260ca5ace81094aee0ae40dd07 Mon Sep 17 00:00:00 2001 | 1 | From 98ed72177c49a8015a443b3ec272fee3fb5a4eb3 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 |
@@ -17,32 +17,32 @@ Upstream-status: Inappropriate | |||
17 | 1 file changed, 6 insertions(+), 6 deletions(-) | 17 | 1 file changed, 6 insertions(+), 6 deletions(-) |
18 | 18 | ||
19 | diff --git a/configure.ac b/configure.ac | 19 | diff --git a/configure.ac b/configure.ac |
20 | index 115d894..0e0a1eb 100644 | 20 | index 0e69096..d20014f 100644 |
21 | --- a/configure.ac | 21 | --- a/configure.ac |
22 | +++ b/configure.ac | 22 | +++ b/configure.ac |
23 | @@ -205,10 +205,10 @@ AS_VAR_POPDEF([CACHEVAR])dnl | 23 | @@ -322,10 +322,10 @@ AC_ARG_ENABLE([unicode], |
24 | 24 | [], | |
25 | AC_ARG_ENABLE(unicode, [AS_HELP_STRING([--enable-unicode], [enable Unicode support])], ,enable_unicode="yes") | 25 | [enable_unicode=yes]) |
26 | if test "x$enable_unicode" = xyes; then | 26 | if test "x$enable_unicode" = xyes; then |
27 | - HTOP_CHECK_SCRIPT([ncursesw6], [addnwstr], [HAVE_LIBNCURSESW], "ncursesw6-config", | 27 | - HTOP_CHECK_SCRIPT([ncursesw6], [waddwstr], [HAVE_LIBNCURSESW], "ncursesw6-config", |
28 | - HTOP_CHECK_SCRIPT([ncursesw], [addnwstr], [HAVE_LIBNCURSESW], "ncursesw6-config", | 28 | - HTOP_CHECK_SCRIPT([ncursesw], [waddwstr], [HAVE_LIBNCURSESW], "ncursesw6-config", |
29 | - HTOP_CHECK_SCRIPT([ncursesw], [addnwstr], [HAVE_LIBNCURSESW], "ncursesw5-config", | 29 | - HTOP_CHECK_SCRIPT([ncursesw], [wadd_wch], [HAVE_LIBNCURSESW], "ncursesw5-config", |
30 | - HTOP_CHECK_SCRIPT([ncurses], [addnwstr], [HAVE_LIBNCURSESW], "ncurses5-config", | 30 | - HTOP_CHECK_SCRIPT([ncurses], [wadd_wch], [HAVE_LIBNCURSESW], "ncurses5-config", |
31 | + HTOP_CHECK_SCRIPT([ncursesw6], [addnwstr], [HAVE_LIBNCURSESW], "pkg-config ncursesw6", | 31 | + HTOP_CHECK_SCRIPT([ncursesw6], [waddwstr], [HAVE_LIBNCURSESW], "pkg-config ncursesw6", |
32 | + HTOP_CHECK_SCRIPT([ncursesw], [addnwstr], [HAVE_LIBNCURSESW], "pkg-config ncursesw6", | 32 | + HTOP_CHECK_SCRIPT([ncursesw], [waddwstr], [HAVE_LIBNCURSESW], "pkg-config ncursesw6", |
33 | + HTOP_CHECK_SCRIPT([ncursesw], [addnwstr], [HAVE_LIBNCURSESW], "pkg-config ncursesw5", | 33 | + HTOP_CHECK_SCRIPT([ncursesw], [wadd_wch], [HAVE_LIBNCURSESW], "pkg-config ncursesw5", |
34 | + HTOP_CHECK_SCRIPT([ncurses], [addnwstr], [HAVE_LIBNCURSESW], "pkg-config ncurses5", | 34 | + HTOP_CHECK_SCRIPT([ncurses], [wadd_wch], [HAVE_LIBNCURSESW], "pkg-config ncurses5", |
35 | HTOP_CHECK_LIB([ncursesw6], [addnwstr], [HAVE_LIBNCURSESW], | 35 | HTOP_CHECK_LIB([ncursesw6], [addnwstr], [HAVE_LIBNCURSESW], |
36 | HTOP_CHECK_LIB([ncursesw], [addnwstr], [HAVE_LIBNCURSESW], | 36 | HTOP_CHECK_LIB([ncursesw], [addnwstr], [HAVE_LIBNCURSESW], |
37 | HTOP_CHECK_LIB([ncurses], [addnwstr], [HAVE_LIBNCURSESW], | 37 | HTOP_CHECK_LIB([ncurses], [addnwstr], [HAVE_LIBNCURSESW], |
38 | @@ -225,8 +225,8 @@ if test "x$enable_unicode" = xyes; then | 38 | @@ -342,8 +342,8 @@ if test "x$enable_unicode" = xyes; then |
39 | # (at this point we already link against a working ncurses library with wide character support) | 39 | # (at this point we already link against a working ncurses library with wide character support) |
40 | AC_SEARCH_LIBS([keypad], [tinfow tinfo]) | 40 | AC_SEARCH_LIBS([keypad], [tinfow tinfo]) |
41 | else | 41 | else |
42 | - HTOP_CHECK_SCRIPT([ncurses6], [refresh], [HAVE_LIBNCURSES], "ncurses6-config", | 42 | - HTOP_CHECK_SCRIPT([ncurses6], [wnoutrefresh], [HAVE_LIBNCURSES], [ncurses6-config], |
43 | - HTOP_CHECK_SCRIPT([ncurses], [refresh], [HAVE_LIBNCURSES], "ncurses5-config", | 43 | - HTOP_CHECK_SCRIPT([ncurses], [wnoutrefresh], [HAVE_LIBNCURSES], [ncurses5-config], |
44 | + HTOP_CHECK_SCRIPT([ncurses6], [refresh], [HAVE_LIBNCURSES], "pkg-config ncurses6", | 44 | + HTOP_CHECK_SCRIPT([ncurses6], [wnoutrefresh], [HAVE_LIBNCURSES], [pkg-config ncurses6], |
45 | + HTOP_CHECK_SCRIPT([ncurses], [refresh], [HAVE_LIBNCURSES], "pkg-config ncurses5", | 45 | + HTOP_CHECK_SCRIPT([ncurses], [wnoutrefresh], [HAVE_LIBNCURSES], [pkg-config ncurses5], |
46 | HTOP_CHECK_LIB([ncurses6], [refresh], [HAVE_LIBNCURSES], | 46 | HTOP_CHECK_LIB([ncurses6], [doupdate], [HAVE_LIBNCURSES], |
47 | HTOP_CHECK_LIB([ncurses], [refresh], [HAVE_LIBNCURSES], | 47 | HTOP_CHECK_LIB([ncurses], [doupdate], [HAVE_LIBNCURSES], |
48 | missing_libraries="$missing_libraries libncurses" | 48 | HTOP_CHECK_LIB([curses], [doupdate], [HAVE_LIBNCURSES], |
diff --git a/meta-oe/recipes-support/htop/htop_3.0.5.bb b/meta-oe/recipes-support/htop/htop_3.1.2.bb index 2772aa577d..d8e241ed06 100644 --- a/meta-oe/recipes-support/htop/htop_3.0.5.bb +++ b/meta-oe/recipes-support/htop/htop_3.1.2.bb | |||
@@ -2,14 +2,14 @@ SUMMARY = "Interactive process viewer" | |||
2 | HOMEPAGE = "https://htop.dev" | 2 | HOMEPAGE = "https://htop.dev" |
3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4099d367cd5e59b6d4fc1ee33accb891" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | DEPENDS = "ncurses" | 7 | DEPENDS = "ncurses" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/htop-dev/htop.git;branch=master;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 = "ce6d60e7def146c13d0b8bca4642e7401a0a8995" | 12 | SRCREV = "d73783d6dbec4a8d9d20d744bf2b5e6a7073aa46" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
@@ -17,18 +17,19 @@ inherit autotools pkgconfig | |||
17 | 17 | ||
18 | PACKAGECONFIG ??= " \ | 18 | PACKAGECONFIG ??= " \ |
19 | unicode \ | 19 | unicode \ |
20 | linux-affinity \ | 20 | affinity \ |
21 | delayacct \ | 21 | delayacct \ |
22 | " | 22 | " |
23 | PACKAGECONFIG[unicode] = "--enable-unicode,--disable-unicode" | ||
24 | PACKAGECONFIG[affinity] = "--enable-affinity,--disable-affinity,,,,hwloc" | ||
25 | PACKAGECONFIG[unwind] = "--enable-unwind,--disable-unwind,libunwind" | ||
26 | PACKAGECONFIG[hwloc] = "--enable-hwloc,--disable-hwloc,hwloc,,,affinity" | ||
23 | PACKAGECONFIG[openvz] = "--enable-openvz,--disable-openvz" | 27 | PACKAGECONFIG[openvz] = "--enable-openvz,--disable-openvz" |
24 | PACKAGECONFIG[vserver] = "--enable-vserver,--disable-vserver" | 28 | PACKAGECONFIG[vserver] = "--enable-vserver,--disable-vserver" |
25 | PACKAGECONFIG[ancient-vserver] = "--enable-ancient-vserver,--disable-ancient-vserver" | 29 | PACKAGECONFIG[ancient-vserver] = "--enable-ancient-vserver,--disable-ancient-vserver" |
26 | PACKAGECONFIG[unicode] = "--enable-unicode,--disable-unicode" | 30 | PACKAGECONFIG[capabilities] = "--enable-capabilities,--disable-capabilities,libcap" |
27 | PACKAGECONFIG[hwloc] = "--enable-hwloc,--disable-hwloc,hwloc" | ||
28 | PACKAGECONFIG[linux-affinity] = "--enable-linux-affinity,--disable-linux-affinity" | ||
29 | PACKAGECONFIG[setuid] = "--enable-setuid,--disable-setuid" | ||
30 | PACKAGECONFIG[delayacct] = "--enable-delayacct,--disable-delayacct,libnl" | 31 | PACKAGECONFIG[delayacct] = "--enable-delayacct,--disable-delayacct,libnl" |
31 | PACKAGECONFIG[sensors] = "--with-sensors,--without-sensors,lmsensors,lmsensors-libsensors" | 32 | PACKAGECONFIG[sensors] = "--enable-sensors,--disable-sensors,lmsensors,lmsensors-libsensors" |
32 | 33 | ||
33 | FILES:${PN} += "${datadir}/icons/hicolor/scalable/apps/htop.svg" | 34 | FILES:${PN} += "${datadir}/icons/hicolor/scalable/apps/htop.svg" |
34 | 35 | ||