diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-16 16:26:15 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-25 11:26:57 +0100 |
commit | d82b0d8f638d1e1c7d9175605eadabfb99a6d345 (patch) | |
tree | f12bd3c7da23428e067be6126f75445025213c89 | |
parent | d269bb24de55a1b9cffae2336ba6db56d7935c62 (diff) | |
download | meta-openembedded-d82b0d8f638d1e1c7d9175605eadabfb99a6d345.tar.gz |
umip: blacklist
* SRC_URI seems to be down:
fatal: unable to connect to git.umip.org:
git.umip.org[0: 77.133.223.36]: errno=Connection timed out
git.umip.org[1: 2a02:8428:26f:b200:221:70ff:fe55:8f78]: errno=Network is unreachable
* and build fails with:
scan.l:38:18: fatal error: gram.h: No such file or directory
http://errors.yoctoproject.org/Errors/Details/56158/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/umip/umip_1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/umip/umip_1.0.bb b/meta-oe/recipes-connectivity/umip/umip_1.0.bb index 76901abf7..41e53406c 100644 --- a/meta-oe/recipes-connectivity/umip/umip_1.0.bb +++ b/meta-oe/recipes-connectivity/umip/umip_1.0.bb | |||
@@ -16,3 +16,5 @@ S = "${WORKDIR}/git" | |||
16 | EXTRA_OE_CONF = "--enable-vt" | 16 | EXTRA_OE_CONF = "--enable-vt" |
17 | 17 | ||
18 | inherit autotools-brokensep | 18 | inherit autotools-brokensep |
19 | |||
20 | PNBLACKLIST[umip] ?= "BROKEN: SRC_URI seems to be down and build from premirror fails to find gram.h, see http://errors.yoctoproject.org/Errors/Details/56158/" | ||