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 <[email protected]> --- meta/recipes-support/gpgme/gpgme_2.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/gpgme/gpgme_2.0.1.bb b/meta/recipes-support/gpgme/gpgme_2.0.1.bb index 364147fad5..ae20f785e6 100644 --- a/meta/recipes-support/gpgme/gpgme_2.0.1.bb +++ b/meta/recipes-support/gpgme/gpgme_2.0.1.bb @@ -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" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#229852): https://lists.openembedded.org/g/openembedded-core/message/229852 Mute This Topic: https://lists.openembedded.org/mt/117401612/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
