[oe-commits] Joe MacDonald : nis: blacklist updated yp tools

git at git.openembedded.org git at git.openembedded.org
Thu Mar 5 15:12:34 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 345463da86ea4703bb61708f31e86f380ec8a093
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=345463da86ea4703bb61708f31e86f380ec8a093

Author: Joe MacDonald <joe_macdonald at mentor.com>
Date:   Thu Mar  5 10:11:11 2015 -0500

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 <joe_macdonald at mentor.com>

---

 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(+)

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 75ad989..b89f0b8 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 b960757..0444bfe 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 \



More information about the Openembedded-commits mailing list