[oe-commits] [meta-openembedded] 20/20: umip: Add bison-native to build deps

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 16:36:05 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 29009952ed4db85f7ef6da18a2bd2404510fc4b5
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Aug 18 18:48:33 2018 -0700

    umip: Add bison-native to build deps
    
    Fixes:
    | ../ylwrap: line 176: yacc: command not found
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-connectivity/umip/umip_1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/umip/umip_1.0.bb b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
index 0c120bf..8db252d 100644
--- a/meta-oe/recipes-connectivity/umip/umip_1.0.bb
+++ b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://umip.org/"
 SECTION = "System Environment/Base"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=073dc31ccb2ebed70db54f1e8aeb4c33"
-DEPENDS = "rpm indent-native"
+DEPENDS = "rpm indent-native bison-native"
 
 SRC_URI = "git://github.com/jlanza/umip \
            file://add-dependency-to-support-parallel-compilation.patch \

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


More information about the Openembedded-commits mailing list