]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
gpgme: ensure manpage generation is deterministic
authorRoss Burton <ross.burton@arm.com>
Thu, 22 Jan 2026 15:34:38 +0000 (15:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Jan 2026 11:37:48 +0000 (11:37 +0000)
In a similar way to the previous commits with pod2man, gpgme will not
generate manpages on a clean build but will on rebuilds due to
do_package -> rpm-native -> ... -> libgpg-error-native, where the
libgpg-error-native recipe provides the yat2m tool.

To ensure that we generate manpages deterministicly, depend on this
recipe.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gpgme/gpgme_2.0.1.bb

index 364147fad5b1395d994d3d1fd3cc842b944c7e42..ae20f785e636962bee136860b5ded595efb4a142 100644 (file)
@@ -26,7 +26,7 @@ SRC_URI = "${GNUPG_MIRROR}/gpgme/${BP}.tar.bz2 \
 
 SRC_URI[sha256sum] = "821ab0695c842eab51752a81980c92b0410c7eadd04103f791d5d2a526784966"
 
-DEPENDS = "libgpg-error libassuan"
+DEPENDS = "libgpg-error-native libgpg-error libassuan"
 
 RRECOMMENDS:${PN} += "${PN}-tool"