[oe-commits] [meta-openembedded] 01/16: umip: blacklist

git at git.openembedded.org git at git.openembedded.org
Fri Mar 18 12:45:26 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 2d0903657abe2c5c3038f76840225673e9f1b611
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Wed Mar 16 16:26:15 2016 +0100

    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 at gmail.com>
---
 meta-oe/recipes-connectivity/umip/umip_1.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-connectivity/umip/umip_1.0.bb b/meta-oe/recipes-connectivity/umip/umip_1.0.bb
index 76901ab..41e5340 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"
 EXTRA_OE_CONF = "--enable-vt"
 
 inherit autotools-brokensep
+
+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/"

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


More information about the Openembedded-commits mailing list