From 345463da86ea4703bb61708f31e86f380ec8a093 Mon Sep 17 00:00:00 2001 From: Joe MacDonald Date: Thu, 5 Mar 2015 10:11:11 -0500 Subject: nis: blacklist updated yp tools The updated yp-tools fails on qemuarm: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe-linux-gnueabi/yp-tools/3.3-r0/yp-tools-3.3/lib/do_ypcall.c: In function 'do_ypcall_tr': /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe-linux-gnueabi/yp-tools/3.3-r0/yp-tools-3.3/lib/do_ypcall.c:461:27: error: cast increases required alignment of target type [-Werror=cast-align] status = ypprot_err (((struct ypresp_val *) resp)->status); http://errors.yoctoproject.org/Errors/Details/9221/ Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/nis/yp-tools_3.3.bb | 2 ++ meta-networking/recipes-support/nis/ypbind-mt_2.2.bb | 2 ++ 2 files changed, 4 insertions(+) (limited to 'meta-networking/recipes-support/nis') diff --git a/meta-networking/recipes-support/nis/yp-tools_3.3.bb b/meta-networking/recipes-support/nis/yp-tools_3.3.bb index 75ad9894d2..b89f0b84aa 100644 --- a/meta-networking/recipes-support/nis/yp-tools_3.3.bb +++ b/meta-networking/recipes-support/nis/yp-tools_3.3.bb @@ -11,6 +11,8 @@ ypwhich, yppasswd, domainname, nisdomainname \ and ypdomainname. \ " +PNBLACKLIST[yp-tools] ?= "BROKEN: fails to build for qemuarm." + SRC_URI = "http://www.linux-nis.org/download/yp-tools/${BP}.tar.bz2 \ file://domainname.service \ file://yp-tools-ipv4-ipv6-Provide-an-in-place-version-of-mapv4v6addr.patch \ diff --git a/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb b/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb index b9607574a0..0444bfe95e 100644 --- a/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb +++ b/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb @@ -18,6 +18,8 @@ HOMEPAGE = "http://www.linux-nis.org/nis/ypbind-mt/index.html" DEPENDS = "yp-tools" PROVIDES += "ypbind" +PNBLACKLIST[yp-bind] ?= "BROKEN: Depends on broken yp-tools" + SRC_URI = "http://www.linux-nis.org/download/ypbind-mt/${BP}.tar.bz2 \ file://ypbind-yocto.init \ file://ypbind.service \ -- cgit 1.2.3-korg