Commit Graph

12 Commits

Author SHA1 Message Date
Robert Marko 272f55e87f treewide: refresh hashes after move to use ZSTD as default
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-04-07 12:06:34 +02:00
Michael Heimpold d6f6a393df evtest: don't build man page
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>
2023-05-20 13:12:59 +08:00
Rosen Penev b8a2d99457 evtest: update to 1.35
Switch to git tarballs as the old freedesktop cgit doesn't work properly
anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-01-13 22:04:52 -08:00
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
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>
2021-02-20 16:02:15 -08:00
Rosen Penev 74459faae4
evtest: fix compilation with newer musl
Backported from master.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-28 20:42:48 -07:00
Rosen Penev 9059e586d7
evtest: Fix compilation with musl
Backported upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-27 23:40:40 -08:00
Rosen Penev 751c5e9673 evtest: Update to 1.34
Several Makefile adjustments.

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed LICENSE info.

Added URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-14 00:55:55 -07:00
Rosen Penev 869337f0ab
evtest: Switch to tarballs
Simpler. Should also fix uscan.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-28 15:07:17 -07:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Pushpal Sidhu 23352a4f22 evtest: Update Maintainer Email
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
2016-09-26 08:28:16 -07:00
Stephen Walker a53bf7192b packages: cleanup Makefile variables
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>
2016-07-09 14:50:58 -04:00
Pushpal Sidhu 7e7d843fa6 evtest: add package
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
2015-12-29 15:44:13 -08:00