* [ptxdist] [PATCH] evtest: version bump 1.31 -> 1.33
@ 2018-06-27 8:45 Lucas Stach
0 siblings, 0 replies; only message in thread
From: Lucas Stach @ 2018-06-27 8:45 UTC (permalink / raw)
To: ptxdist
evtest doesn't have tarball releases, so switch to a git URL to get the
sources from the git tag.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
patches/evtest-1.33/autogen.sh | 1 +
rules/evtest.make | 13 +++++--------
2 files changed, 6 insertions(+), 8 deletions(-)
create mode 120000 patches/evtest-1.33/autogen.sh
diff --git a/patches/evtest-1.33/autogen.sh b/patches/evtest-1.33/autogen.sh
new file mode 120000
index 000000000000..9f8a4cb7ddcb
--- /dev/null
+++ b/patches/evtest-1.33/autogen.sh
@@ -0,0 +1 @@
+../autogen.sh
\ No newline at end of file
diff --git a/rules/evtest.make b/rules/evtest.make
index df5d4f74e04f..ebe86c1e7377 100644
--- a/rules/evtest.make
+++ b/rules/evtest.make
@@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_EVTEST) += evtest
#
# Paths and names
#
-EVTEST_VERSION := 1.31
-EVTEST_MD5 := 2f4814fd011eb21770040b27d5e68d46
+EVTEST_VERSION := 1.33
+EVTEST_MD5 := 19c74f94ffde781bab9ecd60e4e2f986
EVTEST := evtest-$(EVTEST_VERSION)
-EVTEST_SUFFIX := tar.bz2
-EVTEST_URL := http://www.pengutronix.de/software/ptxdist/temporary-src/$(EVTEST).$(EVTEST_SUFFIX)
+EVTEST_SUFFIX := tar.xz
+EVTEST_URL := http://anongit.freedesktop.org/git/evtest.git;tag=evtest-$(EVTEST_VERSION)
EVTEST_SOURCE := $(SRCDIR)/$(EVTEST).$(EVTEST_SUFFIX)
EVTEST_DIR := $(BUILDDIR)/$(EVTEST)
EVTEST_LICENSE := GPL-2.0-only
@@ -30,10 +30,7 @@ EVTEST_LICENSE := GPL-2.0-only
# ----------------------------------------------------------------------------
EVTEST_CONF_ENV := \
- $(CROSS_ENV) \
- ac_cv_path_XSLTPROC= \
- ac_cv_path_XMLTO= \
- ac_cv_path_ASCIIDOC=
+ $(CROSS_ENV)
#
# autoconf
--
2.17.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-06-27 8:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-27 8:45 [ptxdist] [PATCH] evtest: version bump 1.31 -> 1.33 Lucas Stach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox