Add pod2man-native to DEPENDS to ensure that pod2man is always available and manpage generation is deterministic.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-multimedia/ffmpeg/ffmpeg_8.0.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_8.0.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_8.0.1.bb index 5ae985efb5..d7afdd14f3 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_8.0.1.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_8.0.1.bb @@ -38,6 +38,7 @@ ARM_INSTRUCTION_SET:armv6 = "arm" # Should be API compatible with libav (which was a fork of ffmpeg) PROVIDES = "libav" +DEPENDS = "pod2man-native" DEPENDS:append:x86 = " nasm-native" DEPENDS:append:x86-64 = " nasm-native" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#229849): https://lists.openembedded.org/g/openembedded-core/message/229849 Mute This Topic: https://lists.openembedded.org/mt/117401608/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
