diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-02-17 17:09:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-18 11:37:12 +0000 |
commit | 3c7ed4030994a89b59ac338089dc3eadc1f92e60 (patch) | |
tree | 33a4ae4703e8827e4ac39157500d607897b11ac4 /meta/recipes-gnome | |
parent | c6947744c421315e3c2c3add48741256962bf72c (diff) | |
download | poky-3c7ed4030994a89b59ac338089dc3eadc1f92e60.tar.gz |
gi-docgen: upgrade 2021.8 -> 2022.1
(From OE-Core rev: 75c46f864988390ea69af818153b602182f21088)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gi-docgen/gi-docgen_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb index bacf983810..b2d7d6513e 100644 --- a/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb +++ b/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb | |||
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://gi-docgen.py;beginline=1;endline=5;md5=2dc0f1f0120247 | |||
10 | 10 | ||
11 | SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main" | 11 | SRC_URI = "git://gitlab.gnome.org/GNOME/gi-docgen.git;protocol=https;branch=main" |
12 | 12 | ||
13 | PV = "2021.8" | 13 | PV = "2022.1" |
14 | SRCREV = "a284455af9b3cad179900f6e1f12b59a3d40c06b" | 14 | SRCREV = "37b04455ff58cb2ec3f58917d0737c435344f2fb" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||