[oe-commits] [meta-openembedded] 04/07: freediameter: add dependency on bison-native

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 22:37:22 UTC 2018


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

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

commit d3dbc7df437fecd3927b55a8bab8b960e6ea8ba7
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Sat Aug 18 11:26:38 2018 +0000

    freediameter: add dependency on bison-native
    
    * fixes:
    -- Looking for bison
    -- Looking for flex
    -- Looking for flex -- freediameter/1.2.1-r0/recipe-sysroot-native/usr/bin/flex
    CMake Error at CMakeLists.txt:81 (MESSAGE):
      Bison and Flex are required
    ...
    CMake Error at libfdcore/CMakeLists.txt:11 (BISON_FILE):
      Unknown CMake command "BISON_FILE".
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-protocols/freediameter/freediameter_1.2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-protocols/freediameter/freediameter_1.2.1.bb b/meta-networking/recipes-protocols/freediameter/freediameter_1.2.1.bb
index c556eb4..670d8b0 100644
--- a/meta-networking/recipes-protocols/freediameter/freediameter_1.2.1.bb
+++ b/meta-networking/recipes-protocols/freediameter/freediameter_1.2.1.bb
@@ -7,7 +7,7 @@ Accounting needs."
 
 HOMEPAGE = "http://www.freediameter.net"
 
-DEPENDS = "flex bison cmake-native libgcrypt gnutls libidn lksctp-tools virtual/kernel"
+DEPENDS = "flex bison cmake-native libgcrypt gnutls libidn lksctp-tools virtual/kernel bison-native"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 

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


More information about the Openembedded-commits mailing list