diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-27 11:07:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-28 14:16:31 +0100 |
commit | a7b75bb29c5c529315a4ff847592bf3b94bc1a60 (patch) | |
tree | 4d7d9a854dd7c6da7abcc93b53f4144e266892e5 /meta/recipes-gnome/gi-docgen | |
parent | a4167b842ccb496b3ba603bbd6e67cb347588d9e (diff) | |
download | poky-a7b75bb29c5c529315a4ff847592bf3b94bc1a60.tar.gz |
gi-docgen: upgrade 2021.7 -> 2021.8
(From OE-Core rev: ea394748a7d6973f266a9c1c9bae39ce36cb506e)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gi-docgen')
-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 f319f96b0e..bacf983810 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.7" | 13 | PV = "2021.8" |
14 | SRCREV = "8401357079fdd2f61bff0e110d7379635b73ead8" | 14 | SRCREV = "a284455af9b3cad179900f6e1f12b59a3d40c06b" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||