summaryrefslogtreecommitdiffstats
path: root/recipes-extended/cloud-init/cloud-init_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2023-08-28 16:38:56 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-29 02:08:15 +0000
commit8fbf94bc9a4e3043a45813aee62a469cac6bc2f5 (patch)
tree67a92ca323db359d2ed82e4774db6f8b69fa72a5 /recipes-extended/cloud-init/cloud-init_git.bb
parent4c21ae49dbe05923309892d2fac63d166fd7d508 (diff)
downloadmeta-virtualization-8fbf94bc9a4e3043a45813aee62a469cac6bc2f5.tar.gz
cloud-init: bump SRCREV to fix update to 23.2.2
* the update from commit 0f1601d98f2c926a109b7beb7df21a5dfe6188d9 Author: Bruce Ashfield <bruce.ashfield@gmail.com> Date: Thu Aug 3 20:15:04 2023 +0000 Subject: cloud-init: update to 23.2.2 Bumping cloud-init to version 23.2.2, which comprises the following commits: e65a715d Release 23.2.2 was missing the SRCREV update, so it was still 23.1: cloud-init/v23.2.2+git/git $ git describe --tags 23.1-52-ge02c46079 fix that by using the right one of the 23.2.2 tag: cloud-init/v23.2.2+git/git $ git show-ref -d 23.2.2 293c6546f038ef4da98910dfeb8d0ade65707952 refs/tags/23.2.2 e65a715d524456285e07ac521457424713ea4aa5 refs/tags/23.2.2^{} * this fix also allows up to drop the patch backported from 23.2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/cloud-init/cloud-init_git.bb')
-rw-r--r--recipes-extended/cloud-init/cloud-init_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_git.bb b/recipes-extended/cloud-init/cloud-init_git.bb
index b5c2d711..9d84f47e 100644
--- a/recipes-extended/cloud-init/cloud-init_git.bb
+++ b/recipes-extended/cloud-init/cloud-init_git.bb
@@ -7,11 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408 \
7 file://LICENSE-Apache2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \ 7 file://LICENSE-Apache2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \
8" 8"
9 9
10SRCREV = "e02c4607923af64311c70ae9a06d6794355e9a61" 10SRCREV = "293c6546f038ef4da98910dfeb8d0ade65707952"
11SRC_URI = "git://github.com/canonical/cloud-init;branch=23.2.x;protocol=https \ 11SRC_URI = "git://github.com/canonical/cloud-init;branch=23.2.x;protocol=https \
12 file://cloud-init-source-local-lsb-functions.patch \ 12 file://cloud-init-source-local-lsb-functions.patch \
13 file://0001-setup.py-check-for-install-anywhere-in-args.patch \ 13 file://0001-setup.py-check-for-install-anywhere-in-args.patch \
14 file://0002-setup.py-use-pkg-config-for-udev-rules-path-2137.patch \
15" 14"
16 15
17PV = "v23.2.2+git" 16PV = "v23.2.2+git"