diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-19 11:57:14 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 19:22:24 +0200 |
commit | 84d6edad90c8da254ea2573b4e9c735a565d43ce (patch) | |
tree | 4022b5f6d9b544b4fad6e895efdc531178727034 /meta-oe | |
parent | 12cdf070d210f4a66ad2851d933a432d66d1f2b3 (diff) | |
download | meta-openembedded-84d6edad90c8da254ea2573b4e9c735a565d43ce.tar.gz |
fim: Blacklist because of broken with B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb b/meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb index a9833449b..1d4e3317a 100644 --- a/meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb +++ b/meta-oe/recipes-graphics/fim/fim_0.4-rc1.bb | |||
@@ -8,6 +8,8 @@ HOMEPAGE = "http://www.autistici.org/dezperado/fim/" | |||
8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fa01bff138cc98a62b8840a157951c88" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fa01bff138cc98a62b8840a157951c88" |
10 | 10 | ||
11 | PNBLACKLIST[fim] = "BROKEN: doesn't build with B!=S (flex: can't open lex.lex)" | ||
12 | |||
11 | # flex with provide /usr/include/FlexLexer.h | 13 | # flex with provide /usr/include/FlexLexer.h |
12 | DEPENDS = "flex-native bison-native flex" | 14 | DEPENDS = "flex-native bison-native flex" |
13 | 15 | ||