mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 05:29:12 +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:
parent
2156c4416a
commit
1caa1988af
@ -8,13 +8,13 @@ DEPENDS = "\
|
|||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "\
|
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 \
|
file://run-ptest \
|
||||||
"
|
"
|
||||||
SRCREV = "356cd2faf2d2197156b0dae7984482cf781d64db"
|
SRCREV = "d4833949f8f1997b83f35a03127b9e12c104a7c8"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit gobject-introspection gtk-doc meson ptest-gnome vala
|
inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package
|
||||||
|
|
||||||
PACKAGECONFIG ??= "\
|
PACKAGECONFIG ??= "\
|
||||||
gpg \
|
gpg \
|
||||||
Loading…
x
Reference in New Issue
Block a user