aboutsummaryrefslogtreecommitdiff
path: root/utils/hwinfo/patches/0-hardcoding-version
Commit message (Collapse)AuthorAge
* hwinfo: fix compilation with ARCRosen Penev2021-05-29
| | | | | | | | | | | Added a small patch to fix compilation. Renamed patch files to have a .patch suffix. Makes them easier to read with vim and probably IDEs. Remove UCLIBC depend since it's no longer present. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* hwinfo: fix hardcoded version in patchJosef Schlehofer2020-12-09
| | | | | | | Fixes: 7dc7e46d4840ae6905eec995e277553cd96e6639 ("hwinfo: update to version 21.71") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* hwinfo: add new packageAlberto Bursi2020-06-01
add hwinfo package, it is a complete system hardware detection tool, similar to lshw but is written in C and has minimal dependencies. It is part of core SUSE Linux applications like Yast installer and system configurator tool so it's regularly maintained. Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>