diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2019-07-22 08:22:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-23 22:26:28 +0100 |
commit | 0f05352b699588387970c816aeb33db7f18ffa95 (patch) | |
tree | eb4f370f7be6ff1d47994fd9f06939f902535850 /meta/recipes-graphics | |
parent | f7e07e4acd8adfab1187460b4b8232c5bccf01e1 (diff) | |
download | poky-0f05352b699588387970c816aeb33db7f18ffa95.tar.gz |
piglit: fix SRC_URI
Fixes build for older versions of git (like on CentOS 7) which don't
follow redirects properly if the .git suffix is missing and cause
errors:
| error: RPC failed; result=22, HTTP code = 404
| fatal: The remote end hung up unexpectedly
(From OE-Core rev: f5c6b2d54449d5ea4f65e18e89e40794530e20aa)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 5304f358fa..0b6519e3f8 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "OpenGL driver testing framework" | |||
2 | LICENSE = "MIT & LGPLv2+ & GPLv3 & GPLv2+ & BSD-3-Clause" | 2 | LICENSE = "MIT & LGPLv2+ & GPLv3 & GPLv2+ & BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0" |
4 | 4 | ||
5 | SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit;protocol=https \ | 5 | SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https \ |
6 | file://0001-cmake-install-bash-completions-in-the-right-place.patch \ | 6 | file://0001-cmake-install-bash-completions-in-the-right-place.patch \ |
7 | file://0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \ | 7 | file://0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \ |
8 | " | 8 | " |