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

git at git.openembedded.org git at git.openembedded.org
Wed Jul 30 10:53:10 UTC 2014


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

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