mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
libjcat: Update to 0.1.9
New Features: - Set which backends are supported in the pkgconfig file - Use -Dcli=false to reduce the install size Bugfixes: - Return an error if we try to self-sign no bytes of data - Show a more accurate output when not all engines are enabled Also, inherit lib_package so the binary isn't installed by default. Signed-off-by: Richard Hughes <richard@hughsie.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+3
-3
@@ -8,13 +8,13 @@ DEPENDS = "\
|
||||
"
|
||||
|
||||
SRC_URI = "\
|
||||
git://github.com/hughsie/libjcat.git;branch=master;protocol=https \
|
||||
git://github.com/hughsie/libjcat.git;branch=main;protocol=https \
|
||||
file://run-ptest \
|
||||
"
|
||||
SRCREV = "356cd2faf2d2197156b0dae7984482cf781d64db"
|
||||
SRCREV = "d4833949f8f1997b83f35a03127b9e12c104a7c8"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit gobject-introspection gtk-doc meson ptest-gnome vala
|
||||
inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package
|
||||
|
||||
PACKAGECONFIG ??= "\
|
||||
gpg \
|
||||
Reference in New Issue
Block a user