diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-12-03 14:37:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:20:33 +0000 |
commit | 36a5e989e56c199ff55dabf91a499879c49df157 (patch) | |
tree | 76682fb501591760e48b08032309de8f5615df47 /meta/recipes-graphics/piglit/piglit_git.bb | |
parent | 0abe1e18ff8c2ecf61707017fd3a275da697eb0e (diff) | |
download | poky-36a5e989e56c199ff55dabf91a499879c49df157.tar.gz |
piglit: fix reproducibility
(From OE-Core rev: fc4c82773d50756394108d2af474041b5113dbcc)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/piglit/piglit_git.bb')
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 6dacc4bcbf..31954aa8b6 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -8,6 +8,11 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https \ | |||
8 | file://0001-cmake-install-bash-completions-in-the-right-place.patch \ | 8 | file://0001-cmake-install-bash-completions-in-the-right-place.patch \ |
9 | file://0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \ | 9 | file://0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \ |
10 | file://0001-Add-a-missing-include-for-htobe32-definition.patch \ | 10 | file://0001-Add-a-missing-include-for-htobe32-definition.patch \ |
11 | file://0001-generated_tests-gen_tcs-tes_input_tests.py-do-not-ha.patch \ | ||
12 | file://0002-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch \ | ||
13 | file://0001-serializer.py-make-.gz-files-reproducible.patch \ | ||
14 | file://0001-framework-profile.py-make-test-lists-reproducible.patch \ | ||
15 | file://0001-tests-shader.py-sort-the-file-list-before-working-on.patch \ | ||
11 | " | 16 | " |
12 | UPSTREAM_CHECK_COMMITS = "1" | 17 | UPSTREAM_CHECK_COMMITS = "1" |
13 | 18 | ||
@@ -37,6 +42,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | |||
37 | PACKAGECONFIG[freeglut] = "-DPIGLIT_USE_GLUT=1,-DPIGLIT_USE_GLUT=0,freeglut," | 42 | PACKAGECONFIG[freeglut] = "-DPIGLIT_USE_GLUT=1,-DPIGLIT_USE_GLUT=0,freeglut," |
38 | PACKAGECONFIG[x11] = "-DPIGLIT_BUILD_GL_TESTS=ON,-DPIGLIT_BUILD_GL_TESTS=OFF,${X11_DEPS}, ${X11_RDEPS}" | 43 | PACKAGECONFIG[x11] = "-DPIGLIT_BUILD_GL_TESTS=ON,-DPIGLIT_BUILD_GL_TESTS=OFF,${X11_DEPS}, ${X11_RDEPS}" |
39 | 44 | ||
45 | export PIGLIT_BUILD_DIR = "../../../../git" | ||
40 | 46 | ||
41 | do_configure_prepend() { | 47 | do_configure_prepend() { |
42 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'freeglut', 'yes', 'no', d)}" = "no" ]; then | 48 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'freeglut', 'yes', 'no', d)}" = "no" ]; then |