]> code.ossystems Code Review - openembedded-core.git/commitdiff
piglit: fix SRC_URI
authorAnuj Mittal <anuj.mittal@intel.com>
Mon, 22 Jul 2019 00:22:57 +0000 (08:22 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Jul 2019 20:37:24 +0000 (21:37 +0100)
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

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/piglit/piglit_git.bb

index 5304f358fa78fd481f7324afdb7438dec947f4e9..0b6519e3f8e413b6105aa437629f7fcac5b18e5c 100644 (file)
@@ -2,7 +2,7 @@ SUMMARY = "OpenGL driver testing framework"
 LICENSE = "MIT & LGPLv2+ & GPLv3 & GPLv2+ & BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0"
 
-SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit;protocol=https \
+SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https \
            file://0001-cmake-install-bash-completions-in-the-right-place.patch \
            file://0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \
            "