[oe-commits] [meta-openembedded] 11/19: wireshark: inherit perlnative

git at git.openembedded.org git at git.openembedded.org
Fri Jul 29 09:18:42 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 6e8fd099f22e1ef2427f37753392aeb9dd3a2a22
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Tue Jul 19 03:17:52 2016 -0400

    wireshark: inherit perlnative
    
    wireshark needs pod2man and pod2html (provided by perl-native)
    to create doc files, inherit perlnative instead of the
    dependency only, so it sets the correct path to find these
    native commands.
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb b/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb
index 8aec230..d36c3f3 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb
@@ -4,7 +4,7 @@ SECTION = "net"
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0"
 
-DEPENDS = "perl-native pcre expat glib-2.0 sbc"
+DEPENDS = "pcre expat glib-2.0 sbc"
 
 SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2"
 
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "9ea9c82da9942194ebc8fc5c951a02e6d179afa7472cb6d96ca7615451
 
 PE = "1"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig perlnative
 
 ARM_INSTRUCTION_SET = "arm"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list