[oe-commits] Richard Purdie : wireshark: Add missing pkgconfig dependency

git at git.openembedded.org git at git.openembedded.org
Thu Jul 24 13:36:21 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: d5ee15ece97a23e9a10d4912cd5ad73ec0d801e4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d5ee15ece97a23e9a10d4912cd5ad73ec0d801e4

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Jul 18 14:16:15 2014 +0000

wireshark: Add missing pkgconfig dependency

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 3b9122f..5d6df40 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"
 
 DEPENDS = "perl-native libpcap pcre expat glib-2.0 libsmi"
 
-inherit autotools
+inherit autotools pkgconfig
 
 ARM_INSTRUCTION_SET = "arm"
 



More information about the Openembedded-commits mailing list