xen: Fixed some build problems

Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
This commit is contained in:
Mihai Prica 2012-11-19 15:36:56 +02:00 committed by Raymond Danks
parent aef04ffe25
commit 5bd8b0cded

View File

@ -275,6 +275,11 @@ do_compile() {
# These checks are for libraries utilizing ldconfig
rm -f ${S}/tools/check/check_zlib_lib
rm -f ${S}/tools/check/check_crypto_lib
rm -f ${S}/tools/check/check_zlib_devel
# remove -Werror for gcc-4.6's sake
find "${S}" -name 'Makefile*' -o -name '*.mk' -o -name 'common.make' | \
xargs sed -i 's/ *-Werror */ /'
#stubdom image builds are being a pain
oe_runmake dist-xen dist-tools dist-kernels dist-docs