From 8d41a98324c3d8643cc67bfee4426f69b669f3f8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 1 Feb 2025 08:49:22 +0000 Subject: repo: upgrade 2.50.1 -> 2.51 (From OE-Core rev: 70fdf1f415e7cfe6e66a9b0d8b6e9bc5f34ca0f4) Signed-off-by: Richard Purdie --- meta/recipes-devtools/repo/repo_2.50.1.bb | 30 ------------------------------ meta/recipes-devtools/repo/repo_2.51.bb | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta/recipes-devtools/repo/repo_2.50.1.bb create mode 100644 meta/recipes-devtools/repo/repo_2.51.bb diff --git a/meta/recipes-devtools/repo/repo_2.50.1.bb b/meta/recipes-devtools/repo/repo_2.50.1.bb deleted file mode 100644 index f1fcc9c8a1..0000000000 --- a/meta/recipes-devtools/repo/repo_2.50.1.bb +++ /dev/null @@ -1,30 +0,0 @@ -# SPDX-License-Identifier: MIT -# Copyright (C) 2021 iris-GmbH infrared & intelligent sensors - -SUMMARY = "Tool for managing many Git repositories" -DESCRIPTION = "Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow." -HOMEPAGE = "https://android.googlesource.com/tools/repo" -SECTION = "console/utils" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ - " -SRCREV = "13d6588bf60f0980ffa3d178441fa707655fee95" - -MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" - -S = "${WORKDIR}/git" - -do_configure:prepend() { - sed -Ei "s/REPO_REV\s*=\s*('|\")stable('|\")/REPO_REV = '${SRCREV}'/g" ${S}/repo -} - -do_install() { - install -D ${S}/repo ${D}${bindir}/repo -} - -RDEPENDS:${PN} = "python3 git" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/repo/repo_2.51.bb b/meta/recipes-devtools/repo/repo_2.51.bb new file mode 100644 index 0000000000..b78b4867f1 --- /dev/null +++ b/meta/recipes-devtools/repo/repo_2.51.bb @@ -0,0 +1,30 @@ +# SPDX-License-Identifier: MIT +# Copyright (C) 2021 iris-GmbH infrared & intelligent sensors + +SUMMARY = "Tool for managing many Git repositories" +DESCRIPTION = "Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow." +HOMEPAGE = "https://android.googlesource.com/tools/repo" +SECTION = "console/utils" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \ + " +SRCREV = "db111d392407797e170355e1c0ec98e71d4a8278" + +MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git" + +S = "${WORKDIR}/git" + +do_configure:prepend() { + sed -Ei "s/REPO_REV\s*=\s*('|\")stable('|\")/REPO_REV = '${SRCREV}'/g" ${S}/repo +} + +do_install() { + install -D ${S}/repo ${D}${bindir}/repo +} + +RDEPENDS:${PN} = "python3 git" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf