mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
e00832bc4d
commit
345463da86
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user