binutils uses pod2man in its makefile, leading to "pod2man: command not
found" errors when unavailable. Make it available by inheriting
pernaltive.

Signed-off-by: Guillaume Champagne <champagne.guillaum...@gmail.com>
---
 meta/recipes-devtools/binutils/binutils.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/binutils/binutils.inc 
b/meta/recipes-devtools/binutils/binutils.inc
index 2f65ae5474..6140ceaf7e 100644
--- a/meta/recipes-devtools/binutils/binutils.inc
+++ b/meta/recipes-devtools/binutils/binutils.inc
@@ -13,7 +13,7 @@ LICENSE = "GPLv3"
 
 DEPENDS = "flex-native bison-native zlib-native gnu-config-native 
autoconf-native"
 
-inherit autotools gettext multilib_header pkgconfig texinfo
+inherit autotools gettext multilib_header pkgconfig texinfo perlnative
 
 FILES:${PN} = " \
        ${bindir}/${TARGET_PREFIX}* \
-- 
2.20.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#156531): 
https://lists.openembedded.org/g/openembedded-core/message/156531
Mute This Topic: https://lists.openembedded.org/mt/86006778/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to