diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-07-19 03:17:52 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-08-05 09:06:50 -0400 |
commit | 4c854d2bf1d4bcdd41da7b9022f7af4947cbd2c1 (patch) | |
tree | befec49510d5385cc5df6b1ac1dbd19b2ae1f26b /meta-networking | |
parent | 03b76ca4b07957793a8c5bb11a2104344ae15910 (diff) | |
download | meta-openembedded-4c854d2bf1d4bcdd41da7b9022f7af4947cbd2c1.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb | 4 |
1 files 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 8aec230ed..d36c3f3a5 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" | |||
4 | LICENSE = "GPL-2.0" | 4 | LICENSE = "GPL-2.0" |
5 | LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0" | 5 | LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0" |
6 | 6 | ||
7 | DEPENDS = "perl-native pcre expat glib-2.0 sbc" | 7 | DEPENDS = "pcre expat glib-2.0 sbc" |
8 | 8 | ||
9 | SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2" | 9 | SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2" |
10 | 10 | ||
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "9ea9c82da9942194ebc8fc5c951a02e6d179afa7472cb6d96ca7615451 | |||
13 | 13 | ||
14 | PE = "1" | 14 | PE = "1" |
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig perlnative |
17 | 17 | ||
18 | ARM_INSTRUCTION_SET = "arm" | 18 | ARM_INSTRUCTION_SET = "arm" |
19 | 19 | ||