diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2015-03-05 10:11:11 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-03-05 10:11:11 -0500 |
commit | 345463da86ea4703bb61708f31e86f380ec8a093 (patch) | |
tree | d7851fb87f8068609cbf862f7b87fb747041528e /meta-networking | |
parent | e00832bc4dbeacb5eb09864674b6ba7a04fc8622 (diff) | |
download | meta-openembedded-345463da86ea4703bb61708f31e86f380ec8a093.tar.gz |
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@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/nis/yp-tools_3.3.bb | 2 | ||||
-rw-r--r-- | meta-networking/recipes-support/nis/ypbind-mt_2.2.bb | 2 |
2 files changed, 4 insertions, 0 deletions
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 75ad9894d..b89f0b84a 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 \ | |||
11 | and ypdomainname. \ | 11 | and ypdomainname. \ |
12 | " | 12 | " |
13 | 13 | ||
14 | PNBLACKLIST[yp-tools] ?= "BROKEN: fails to build for qemuarm." | ||
15 | |||
14 | SRC_URI = "http://www.linux-nis.org/download/yp-tools/${BP}.tar.bz2 \ | 16 | SRC_URI = "http://www.linux-nis.org/download/yp-tools/${BP}.tar.bz2 \ |
15 | file://domainname.service \ | 17 | file://domainname.service \ |
16 | file://yp-tools-ipv4-ipv6-Provide-an-in-place-version-of-mapv4v6addr.patch \ | 18 | 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 b9607574a..0444bfe95 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" | |||
18 | DEPENDS = "yp-tools" | 18 | DEPENDS = "yp-tools" |
19 | PROVIDES += "ypbind" | 19 | PROVIDES += "ypbind" |
20 | 20 | ||
21 | PNBLACKLIST[yp-bind] ?= "BROKEN: Depends on broken yp-tools" | ||
22 | |||
21 | SRC_URI = "http://www.linux-nis.org/download/ypbind-mt/${BP}.tar.bz2 \ | 23 | SRC_URI = "http://www.linux-nis.org/download/ypbind-mt/${BP}.tar.bz2 \ |
22 | file://ypbind-yocto.init \ | 24 | file://ypbind-yocto.init \ |
23 | file://ypbind.service \ | 25 | file://ypbind.service \ |