[oe-commits] [meta-openembedded] 01/20: wireshark_2.6.2.bb: Add depedency to bison-native

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 16:35:46 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 30c62e408c47d139f89e281a8a9ea7f4afafe7a3
Author: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
AuthorDate: Fri Aug 17 10:35:03 2018 -0700

    wireshark_2.6.2.bb: Add depedency to bison-native
    
    Fix the following do_configure failure
    
    | CMake Error at
    wireshark-native/1_2.6.2-r0/recipe-sysroot-native/usr/share/cmake-3.11/Modules/FindPackageHandleStandardArgs.cmake:137
    (message):
    |   Could NOT find YACC (missing: YACC_EXECUTABLE)
    | Call Stack (most recent call first):
    
    Add depedency to bison-native which provides byacc to prevent the above
    failure
    
    Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-support/wireshark/wireshark_2.6.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.6.2.bb b/meta-networking/recipes-support/wireshark/wireshark_2.6.2.bb
index e949080..5be7d4f 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_2.6.2.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_2.6.2.bb
@@ -4,7 +4,7 @@ SECTION = "net"
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6e271234ba1a13c6e512e76b94ac2f77"
 
-DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2"
+DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error libxml2 bison-native"
 
 DEPENDS_append_class-target = " wireshark-native chrpath-replacement-native "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list