summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-07-01 14:37:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-07-01 14:53:18 +0200
commit04396df30b4c35cc537bd33e2eb69496e27e64e7 (patch)
treee8af94a18594df2dc05d93cfa48242350b5e9768
parent533c18e3ae32d29bcef0b222a24c0b6a463489bc (diff)
downloadptxdist-04396df30b4c35cc537bd33e2eb69496e27e64e7.tar.gz
ptxdist-04396df30b4c35cc537bd33e2eb69496e27e64e7.tar.xz
piglit: version bump b29747a00c6a -> 1f66016c1bb4
- version bump - gles3 tests seem to build fine, so no need to disable them anymore Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/piglit.in1
-rw-r--r--rules/piglit.make4
2 files changed, 2 insertions, 3 deletions
diff --git a/rules/piglit.in b/rules/piglit.in
index f933c789f..d4577200d 100644
--- a/rules/piglit.in
+++ b/rules/piglit.in
@@ -49,6 +49,5 @@ config PIGLIT_TESTS_OPENGLES2
config PIGLIT_TESTS_OPENGLES3
bool
prompt "build OpenGL ES3 tests"
- depends on BROKEN
endif
diff --git a/rules/piglit.make b/rules/piglit.make
index 394a6bd72..80f69409b 100644
--- a/rules/piglit.make
+++ b/rules/piglit.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_PIGLIT) += piglit
#
# Paths and names
#
-PIGLIT_VERSION := b29747a00c6a
-PIGLIT_MD5 := 9b3fe462a692feaf48d6675f5cf59ed3
+PIGLIT_VERSION := 1f66016c1bb4
+PIGLIT_MD5 := be7a8ec7bca96e95d17e8cfb7332f4b4
PIGLIT := piglit-$(PIGLIT_VERSION)
PIGLIT_SUFFIX := tar.xz
PIGLIT_URL := http://anongit.freedesktop.org/git/piglit.git;tag=$(PIGLIT_VERSION)