diff options
author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-09-08 15:07:36 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-09 09:34:13 -0700 |
commit | a24f558954669be0dc132ba899a134c18313ab3e (patch) | |
tree | 1425a11b8bdf80a452160a492d62a4fbc0fdb861 /meta-oe/recipes-gnome | |
parent | 12caa8df7943b91888f528b92816f27ab74c98c3 (diff) | |
download | meta-openembedded-a24f558954669be0dc132ba899a134c18313ab3e.tar.gz |
libjcat: upgrade 0.1.7 -> 0.1.8
Version 0.1.8
~~~~~~~~~~~~~
Released: 2021-05-24
Bugfixes:
- Fix a warning when used in a subproject (Richard Hughes)
- Fix compilation on FreeBSD (Richard Hughes)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome')
-rw-r--r-- | meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb (renamed from meta-oe/recipes-gnome/libjcat/libjcat_0.1.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.7.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb index e96ef004a3..977c3213f5 100644 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.7.bb +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.8.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "\ | |||
11 | git://github.com/hughsie/libjcat.git \ | 11 | git://github.com/hughsie/libjcat.git \ |
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | SRCREV = "e5307885528cf07058be073d0621624749cc10df" | 14 | SRCREV = "356cd2faf2d2197156b0dae7984482cf781d64db" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | inherit gobject-introspection gtk-doc meson ptest-gnome vala | 17 | inherit gobject-introspection gtk-doc meson ptest-gnome vala |