]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
repo: update 2.37 -> 2.39
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 27 Nov 2023 10:17:50 +0000 (11:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Nov 2023 08:42:52 +0000 (08:42 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/repo/repo/0001-python3-shebang.patch
meta/recipes-devtools/repo/repo_2.39.bb [moved from meta/recipes-devtools/repo/repo_2.37.bb with 95% similarity]

index d3888c8bb2ad1299802a6bd6e708bee80b726940..fba89a32d82549d44a63e654a505e9d5f6934dbe 100644 (file)
@@ -19,8 +19,8 @@ index b13e34c..205e0e5 100755
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
 +#!/usr/bin/env python3
- # -*- coding:utf-8 -*-
  #
  # Copyright (C) 2008 The Android Open Source Project
+ #
 --
 2.33.0
similarity index 95%
rename from meta/recipes-devtools/repo/repo_2.37.bb
rename to meta/recipes-devtools/repo/repo_2.39.bb
index d6d3d03a6236e19bf434933d2b187ad538713791..a0633a5cbbc6b812d63c8407344499b0abe15e43 100644 (file)
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \
            file://0001-python3-shebang.patch \
            "
-SRCREV = "83c66ec661e39e47795086a5d26d0f3782ac1d49"
+SRCREV = "b99272c601bc5f466c3cfc782bb852c2c967ad27"
 
 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"