Message ID | 20170828053804.37296-2-raj.khem@gmail.com |
---|---|
State | Accepted |
Commit | 112d30cc6a4a9e6e426ffddf78f45917fac94b6a |
Headers | show |
Series | [oe,meta-networking,1/2] openhpi: Fix ptest compile failures due to narrowing warnings with clang | expand |
diff --git a/meta-networking/recipes-daemons/squid/squid_3.5.26.bb b/meta-networking/recipes-daemons/squid/squid_3.5.26.bb index 9f0ae5da1..3ee96abb7 100644 --- a/meta-networking/recipes-daemons/squid/squid_3.5.26.bb +++ b/meta-networking/recipes-daemons/squid/squid_3.5.26.bb @@ -26,6 +26,9 @@ SRC_URI = "http://www.squid-cache.org/Versions/v${MAJ_VER}/${MIN_VER}/${BPN}-${P file://gcc7-fixes.patch \ file://0001-tools.cc-fixed-unused-result-warning.patch \ " + +SRC_URI_remove_toolchain-clang = "file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch" + SRC_URI[md5sum] = "dc1830cd361e077814aa39bcc3691d8b" SRC_URI[sha256sum] = "41d8845863dcd026c856508cd1599d417c8947ffd96e86e24085f9893cb8b8c2"
Clang does not support this option Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-networking/recipes-daemons/squid/squid_3.5.26.bb | 3 +++ 1 file changed, 3 insertions(+) -- 2.14.1 -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel