diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-19 09:31:52 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-08-19 17:01:41 -0400 |
commit | 1669187ef9ae0fd59f31009a817e107bad313467 (patch) | |
tree | 99aa8c13f0b6c0871db131eb4e5cb9f4820fc3f3 | |
parent | 6953d0d115a34b0517be23b9e0f6a7e18bd6cb81 (diff) | |
download | meta-openembedded-1669187ef9ae0fd59f31009a817e107bad313467.tar.gz |
umip: Add bison-native to build deps
Fixes:
| ../ylwrap: line 176: yacc: command not found
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | meta-oe/recipes-connectivity/umip/umip_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/umip/umip_1.0.bb b/meta-oe/recipes-connectivity/umip/umip_1.0.bb index 0c120bfd84..8db252d237 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/" | |||
7 | SECTION = "System Environment/Base" | 7 | SECTION = "System Environment/Base" |
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=073dc31ccb2ebed70db54f1e8aeb4c33" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=073dc31ccb2ebed70db54f1e8aeb4c33" |
10 | DEPENDS = "rpm indent-native" | 10 | DEPENDS = "rpm indent-native bison-native" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/jlanza/umip \ | 12 | SRC_URI = "git://github.com/jlanza/umip \ |
13 | file://add-dependency-to-support-parallel-compilation.patch \ | 13 | file://add-dependency-to-support-parallel-compilation.patch \ |