mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
aef04ffe25
commit
5bd8b0cded
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user