[OE-core] [PATCH 1/1] wget: inherit perlnative

kai.kang at windriver.com kai.kang at windriver.com
Mon Jan 25 06:44:05 UTC 2016


From: Kai Kang <kai.kang at windriver.com>

In wget 1.17, it add option '--utf8' for command pod2man to create doc
files. pod2man doesn't support that option on some host such as SLED 11.

Inherit perlnative to provides native pod2man to fix this issue.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
---
 meta/recipes-extended/wget/wget.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index 049b898..f749958 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -7,7 +7,7 @@ DEPENDS = "gnutls zlib libpcre"
 
 INC_PR = "r16"
 
-inherit autotools gettext texinfo update-alternatives pkgconfig
+inherit autotools gettext texinfo update-alternatives pkgconfig perlnative
 
 EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \
                 --without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no"
-- 
2.6.1




More information about the Openembedded-core mailing list