[oe-commits] [meta-openembedded] 12/20: freediameter: add dependency on bison-native

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 16:35:57 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 47f0ca5962f361c25a082a01580ff7794511f66c
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: Khem Raj <raj.khem at gmail.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