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

git at git.openembedded.org git at git.openembedded.org
Tue Jul 22 09:06:21 UTC 2014


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

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