aboutsummaryrefslogtreecommitdiff
path: root/utils/evtest
Commit message (Collapse)AuthorAge
* evtest: don't build man pageMichael Heimpold2023-05-20
| | | | | | | | | | | | | Just selecting this package resulted in a build error: /home/mhei/openwrt.git/staging_dir/hostpkg/bin/python3: No module named asciidoc make[4]: *** [Makefile:856: evtest.xml] Error 1 Since we usually do not need the man page, just prevent to build it by pre-setting two environments variables. Then the makefile warns about, but don't try to build. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* evtest: update to 1.35Rosen Penev2023-01-13
| | | | | | | Switch to git tarballs as the old freedesktop cgit doesn't work properly anymore. 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>
* evtest: fix compilation with newer muslRosen Penev2020-03-28
| | | | | | Backported from master. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* evtest: Fix compilation with muslRosen Penev2019-11-27
| | | | | | Backported upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* evtest: Update to 1.34Rosen Penev2019-08-14
| | | | | | | | | | | | Several Makefile adjustments. Added PKG_BUILD_PARALLEL for faster compilation. Fixed LICENSE info. Added URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* evtest: Switch to tarballsRosen Penev2018-07-28
| | | | | Simpler. Should also fix uscan. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* evtest: Update Maintainer EmailPushpal Sidhu2016-09-26
| | | | Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
* packages: cleanup Makefile variablesStephen Walker2016-07-09
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* evtest: add packagePushpal Sidhu2015-12-29
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>