diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-22 14:05:58 +0100 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-22 15:51:18 -0500 |
commit | 9e0c46a16931edd871d3a39ffa79e730bb130647 (patch) | |
tree | 69cf81cec676159614d673d7e04fde34cbba2411 /meta-networking | |
parent | dff3b8f066421f23c5ac3f5ccd505e5269d5811c (diff) | |
download | meta-openembedded-9e0c46a16931edd871d3a39ffa79e730bb130647.tar.gz |
squid: Blacklist
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-daemons/squid/squid_3.5.7.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/squid/squid_3.5.7.bb b/meta-networking/recipes-daemons/squid/squid_3.5.7.bb index 5b27d4639..a94fed7e5 100644 --- a/meta-networking/recipes-daemons/squid/squid_3.5.7.bb +++ b/meta-networking/recipes-daemons/squid/squid_3.5.7.bb | |||
@@ -73,3 +73,6 @@ FILES_${PN}-doc += "${datadir}/*.txt" | |||
73 | 73 | ||
74 | RDEPENDS_${PN} += "perl" | 74 | RDEPENDS_${PN} += "perl" |
75 | RDEPENDS_${PN}-ptest += "make" | 75 | RDEPENDS_${PN}-ptest += "make" |
76 | |||
77 | # http://errors.yoctoproject.org/Errors/Details/35128/ | ||
78 | PNBLACKLIST[squid] ?= "BROKEN: sysroots/qemuarm/usr/include/linux/in.h:28:16: error: redeclaration of 'IPPROTO_IP'" | ||