mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
piglit: update to latest revision
Drop patch as issue finally fixed upstream. (From OE-Core rev: d2ef4d4feeaa956c46dd241054a72f35d25a7bb5) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2f6076ea29
commit
1f1f56d349
@@ -1,35 +0,0 @@
|
||||
From 26faa2c157a27a18a9f767976730fe0c115e3af4 Mon Sep 17 00:00:00 2001
|
||||
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
|
||||
Date: Wed, 13 Jul 2016 19:19:02 +0300
|
||||
Subject: [PATCH] cmake: install bash-completions in the right place
|
||||
|
||||
The completionsdir variable is a full path and should not be
|
||||
prefixed.
|
||||
|
||||
This does mean the files may be installed outside of
|
||||
CMAKE_INSTALL_PREFIX -- the alternative is more difficult and
|
||||
means that bash completion files may be installed where
|
||||
bash-completion can't find them.
|
||||
|
||||
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
|
||||
Upstream-Status: Submitted [mailing list]
|
||||
---
|
||||
CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 8e2abba..784a8f9 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -532,7 +532,7 @@ install (
|
||||
if (BASH_COMPLETION_FOUND)
|
||||
install(
|
||||
FILES completions/bash/piglit
|
||||
- DESTINATION ${CMAKE_INSTALL_PREFIX}/${BASH_COMPLETION_COMPLETIONSDIR}/
|
||||
+ DESTINATION ${BASH_COMPLETION_COMPLETIONSDIR}/
|
||||
)
|
||||
endif (BASH_COMPLETION_FOUND)
|
||||
|
||||
--
|
||||
2.8.1
|
||||
|
||||
@@ -7,14 +7,13 @@ LICENSE = "MIT & LGPL-2.0-or-later & GPL-3.0-only & GPL-2.0-or-later & BSD-3-Cla
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0"
|
||||
|
||||
SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=main \
|
||||
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://0001-tests-Fix-narrowing-errors-seen-with-clang.patch \
|
||||
"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
SRCREV = "5036601c43fff63f7be5cd8ad7b319a5c1f6652c"
|
||||
SRCREV = "71c21b1157c4f9a96453bdfcb9f4dda091360afd"
|
||||
# (when PV goes above 1.0 remove the trailing r)
|
||||
PV = "1.0+gitr"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user