summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/htop/files
Commit message (Collapse)AuthorAgeFilesLines
* htop: upgrade 3.2.2 -> 3.3.0Wang Mingyu2024-01-221-4/+4
| | | | | | | | 0001-Use-pkg-config.patch refreshed for 3.3.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* htop: fix Upstream-Status formatMartin Jansa2023-01-261-2/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* htop: Update to 3.1.2Robert Joslyn2022-01-181-21/+21
| | | | | | | | | | | | | | | | | | | | | | | Upstream renamed the branch to "main", update SRC_URI. Refresh pkg-config patch. Update PACKAGECONFIG options. The linux-affinity option was renamed to affinity. Add a packageconfig conflict between affinity and hwloc, since these are mutually exclusive. The setuid option was removed by upstream, and a capabilities option added. The sensors option switched from --with/--without to --enable/--disable. Reorder the option to match the order used in the configure script to make future updates easier. License-Update: The previous license contained an exception for the Portable Linux Processor Affinity (PLPA) project. This exception has been removed, so the project uses an unmodified GPLv2 license. Minor formatting and whitespace changes were also made to match the license text as published by the FSF. Commit making change: https://github.com/htop-dev/htop/commit/088dc5b9a7a5352ee7fdf85f3aff1368958634eb Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* htop: Update to 3.0.4Robert Joslyn2021-01-091-5/+14
| | | | | | | | | | | | | | | | | | Along with the update, make a few cleanups to the recipe: * Refresh patch with devtool. * The cgroup and taskstats configure options are no longer provided by upstream. * Add ancient-vserver configure option. Leave it disabled by default since it is rarly used. * Reorder PACKAGECONFIG options to match upstream ./configure --help output to make future updates easier. * Add new sensors PACKAGECONFIG option that adds lmsensors integration. htop will dlopen libsensors. Disable by default to avoid pulling in excess dependencies. * Package new icon. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* htop: Update to 3.0.1Robert Joslyn2020-09-122-57/+0
| | | | | | | | | | | Remove patches that are no longer needed. Upstream development has moved to GitHub and homepage has moved. License remains GPLv2, but file changed due to whitespace removal. The --enable-proc setting was removed, so remove the PACKAGECONFIG. The config.h file does not exist in the repo, so it's no longer necessary to remove it before configure. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* htop: Fix build with -fno-commonKhem Raj2020-08-131-0/+31
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* htop: Use python3Khem Raj2019-11-261-0/+26
| | | | | | | | | Fixes | ../htop-2.2.0/scripts/MakeHeader.py ../htop-2.2.0/CategoriesPanel.c | ../htop-2.2.0/scripts/MakeHeader.py ../htop-2.2.0/MainPanel.c | /usr/bin/env: ‘python’: No such file or directory Signed-off-by: Khem Raj <raj.khem@gmail.com>
* htop: Update to 2.1.0Robert Joslyn2018-05-011-21/+14
| | | | | | | | Add PACKAGECONFIG options and update formatting to better conform to the style guide. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* htop: Update to v2.0.2Paul Barker2017-11-151-0/+46
Signed-off-by: Paul Barker <pbarker@toganlabs.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>