| Message ID | 20260122153438.1546221-4-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/5] perl: provide pod2man | expand |
diff --git a/meta/recipes-extended/wget/wget_1.25.0.bb b/meta/recipes-extended/wget/wget_1.25.0.bb index 87ccdeade2..f0d3458462 100644 --- a/meta/recipes-extended/wget/wget_1.25.0.bb +++ b/meta/recipes-extended/wget/wget_1.25.0.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6f65012d1daf98cb09b386cfb68df26b" inherit autotools gettext texinfo update-alternatives pkgconfig -DEPENDS += "autoconf-archive-native" +DEPENDS += "autoconf-archive-native pod2man-native" SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ file://0002-improve-reproducibility.patch \
Add pod2man-native to DEPENDS to ensure that pod2man is always available and manpage generation is deterministic. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-extended/wget/wget_1.25.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)