diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-18 14:16:15 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-01 14:23:45 +0200 |
commit | abc0dc14b1af3ae51f9852de103eef545570694f (patch) | |
tree | c0fb13e04733f44da8033ed1d0dbb031119407b4 /meta-networking/recipes-support/wireshark | |
parent | 6d92fd5d6864c98270313e8cf06caa48b7c9ef62 (diff) | |
download | meta-openembedded-abc0dc14b1af3ae51f9852de103eef545570694f.tar.gz |
wireshark: Add missing pkgconfig dependency
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-networking/recipes-support/wireshark')
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb index 3b9122f80..5d6df40cf 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPL-2.0" | |||
5 | 5 | ||
6 | DEPENDS = "perl-native libpcap pcre expat glib-2.0 libsmi" | 6 | DEPENDS = "perl-native libpcap pcre expat glib-2.0 libsmi" |
7 | 7 | ||
8 | inherit autotools | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | ARM_INSTRUCTION_SET = "arm" | 10 | ARM_INSTRUCTION_SET = "arm" |
11 | 11 | ||