mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
piglit: upgrade to latest revision
0004-CMakeLists.txt-add-missing-endian.h-check.patch removed sinct it's included in new version. (From OE-Core rev: 8e7971611029421789e0377f77e7ba502fb48233) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
From a8ea135125b284a8a9c965d8091b3d1d9a31849c Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex@linutronix.de>
|
||||
Date: Tue, 5 Apr 2022 16:51:34 +0200
|
||||
Subject: [PATCH] CMakeLists.txt: add missing endian.h check
|
||||
|
||||
This is needed to actually have HAVE_ENDIAN_H defined properly in config.h.
|
||||
|
||||
Upstream-Status: Submitted [https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/648]
|
||||
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
|
||||
---
|
||||
CMakeLists.txt | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 9fb0508da..158fac4bc 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -481,6 +481,7 @@ check_include_file(sys/stat.h HAVE_SYS_STAT_H)
|
||||
check_include_file(unistd.h HAVE_UNISTD_H)
|
||||
check_include_file(fcntl.h HAVE_FCNTL_H)
|
||||
check_include_file(linux/sync_file.h HAVE_LINUX_SYNC_FILE_H)
|
||||
+check_include_file(endian.h HAVE_ENDIAN_H)
|
||||
|
||||
if(DEFINED PIGLIT_INSTALL_VERSION)
|
||||
set(PIGLIT_INSTALL_VERSION_SUFFIX
|
||||
@@ -10,11 +10,11 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma
|
||||
file://0001-cmake-install-bash-completions-in-the-right-place.patch \
|
||||
file://0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \
|
||||
file://0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch \
|
||||
file://0004-CMakeLists.txt-add-missing-endian.h-check.patch \
|
||||
file://0005-cmake-Don-t-enable-GLX-if-tests-are-disabled.patch"
|
||||
file://0005-cmake-Don-t-enable-GLX-if-tests-are-disabled.patch \
|
||||
"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
SRCREV = "6403e90dc7da02d486906cddab8d02c2552a8d46"
|
||||
SRCREV = "265896c86f90cb72e8f218ba6a3617fca8b9a1e3"
|
||||
# (when PV goes above 1.0 remove the trailing r)
|
||||
PV = "1.0+gitr${SRCPV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user