diff options
-rw-r--r-- | recipes-extended/xen/xen.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index d38cda6d..62078979 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -275,6 +275,11 @@ do_compile() { | |||
275 | # These checks are for libraries utilizing ldconfig | 275 | # These checks are for libraries utilizing ldconfig |
276 | rm -f ${S}/tools/check/check_zlib_lib | 276 | rm -f ${S}/tools/check/check_zlib_lib |
277 | rm -f ${S}/tools/check/check_crypto_lib | 277 | rm -f ${S}/tools/check/check_crypto_lib |
278 | rm -f ${S}/tools/check/check_zlib_devel | ||
279 | |||
280 | # remove -Werror for gcc-4.6's sake | ||
281 | find "${S}" -name 'Makefile*' -o -name '*.mk' -o -name 'common.make' | \ | ||
282 | xargs sed -i 's/ *-Werror */ /' | ||
278 | 283 | ||
279 | #stubdom image builds are being a pain | 284 | #stubdom image builds are being a pain |
280 | oe_runmake dist-xen dist-tools dist-kernels dist-docs | 285 | oe_runmake dist-xen dist-tools dist-kernels dist-docs |