diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-13 09:39:54 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-14 09:41:35 -0700 |
commit | d0ee155ce026424dfe8f359befb7a76e773cf327 (patch) | |
tree | 6e6070512a8d51a052e890f7637b75c126ac89c0 | |
parent | 8f0230b9d4077a60e7a3a3c7a82d41ead354fa90 (diff) | |
download | meta-openembedded-d0ee155ce026424dfe8f359befb7a76e773cf327.tar.gz |
libjcat: upgrade 0.1.13 -> 0.1.14
Bugfixes:
- Fix header includes
- Fix prefix of LIBJCAT_CHECK_VERSION
- Use project_source_root to fix building as a subproject
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-gnome/libjcat/libjcat_0.1.14.bb (renamed from meta-oe/recipes-gnome/libjcat/libjcat_0.1.13.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.13.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.14.bb index 2f8cf1b229..782833b228 100644 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.13.bb +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.14.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "\ | |||
11 | git://github.com/hughsie/libjcat.git;branch=main;protocol=https \ | 11 | git://github.com/hughsie/libjcat.git;branch=main;protocol=https \ |
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | SRCREV = "f089d7ff9081bb6f211cdd712cddd159f8f63199" | 14 | SRCREV = "d9cf9ebc4237252a82f88d9e99bea0c4b398c08a" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package | 17 | inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package |