Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][mickledore 23/30] xf86-video-intel: Use the HTTPS protocol to fetch the Git repositories
Date: Fri,  9 Jun 2023 06:53:50 -1000	[thread overview]
Message-ID: <155fb4ffbb02522cc5dde22c4d8a69a3e299b86f.1686329289.git.steve@sakoman.com> (raw)
In-Reply-To: <cover.1686329289.git.steve@sakoman.com>

From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>

This matches the change in commit 139102a73d (recipes: Default to https
git protocol where possible), which did this for most recipes.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 21a06cb3f19570c65fc83d45069cab22136768b0)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
index 74ec57aa66..21b499e666 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb
@@ -13,8 +13,7 @@ SRCREV = "31486f40f8e8f8923ca0799aea84b58799754564"
 PV = "2.99.917+git${SRCPV}"
 S = "${WORKDIR}/git"
 
-SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-intel;branch=master \
-"
+SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel;protocol=https;branch=master"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
-- 
2.34.1



  parent reply	other threads:[~2023-06-09 16:54 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-09 16:53 [OE-core][mickledore 00/30] Patch review Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 01/30] sysstat: Fix CVE-2023-33204 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 02/30] go: Upgrade 1.20.1 -> 1.20.4 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 03/30] go: Use -no-pie to build target cgo Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 04/30] rpm: update 4.18.0 -> 4.18.1 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 05/30] vim: upgrade 9.0.1429 -> 9.0.1527 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 06/30] xz: upgrade 5.4.2 -> 5.4.3 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 07/30] iso-codes: upgrade 4.13.0 -> 4.15.0 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 08/30] libxi: upgrade to v1.8.1 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 09/30] binutils: stable 2.40 branch updates Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 10/30] binutils: package static libs from gprofng Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 11/30] avahi: fix D-Bus introspection Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 12/30] e2fsprogs: Fix error SRCDIR when using usrmerge DISTRO_FEATURES Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 13/30] go.bbclass: don't use test to check output from ls Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 14/30] image-live.bbclass: respect IMAGE_MACHINE_SUFFIX Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 15/30] meta: depend on autoconf-archive-native, not autoconf-archive Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 16/30] piglit: Add missing glslang dependencies Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 17/30] conf: add nice level to the hash config ignred variables Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 18/30] kernel: don't force PAHOLE=false Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 19/30] linux-yocto: move build / debug dependencies to .inc Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 20/30] kmscube: Correct DEPENDS to avoid overwrite Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 21/30] oeqa/selftest/cases/devtool.py: skip all tests require folder a git repo Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 22/30] musl: Correct SRC_URI Steve Sakoman
2023-06-09 16:53 ` Steve Sakoman [this message]
2023-06-09 16:53 ` [OE-core][mickledore 24/30] staging.bbclass: do not add extend_recipe_sysroot to prefuncs of prepare_recipe_sysroot Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 25/30] lib/terminal.py: Add urxvt terminal Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 26/30] rpm: drop unused 0001-Rip-out-partial-support-for-unused-MD2-and-RIPEMD160.patch Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 27/30] oeqa: adding selftest-hello and use it to speed up tests Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 28/30] selftest/reproducible: Allow native/cross reuse in test Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 29/30] uninative: Upgrade to 3.10 to support gcc 13 Steve Sakoman
2023-06-09 16:53 ` [OE-core][mickledore 30/30] uninative: Upgrade to 4.0 to include latest gcc 13.1.1 Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=155fb4ffbb02522cc5dde22c4d8a69a3e299b86f.1686329289.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox