summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/htop/files
Commit message (Collapse)AuthorAgeFilesLines
* 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>