From 3ebf38aaeb9a93f72cdea1720200b0524a68932e Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 22 Dec 2015 14:02:27 -0500 Subject: xen: drop unnecessary variable modifications These variable modifications are necessary so that Yocto can supply --sysroot. The other variables are unmodified so there's no reason to modify them. Signed-off-by: Doug Goldstein Signed-off-by: Chris Patterson Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen_4.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-extended') diff --git a/recipes-extended/xen/xen_4.5.0.bb b/recipes-extended/xen/xen_4.5.0.bb index 6c17b906..7f791cc1 100644 --- a/recipes-extended/xen/xen_4.5.0.bb +++ b/recipes-extended/xen/xen_4.5.0.bb @@ -29,7 +29,7 @@ EXTRA_OEMAKE += "ETHERBOOT_ROMS=${STAGING_DIR_HOST}/usr/share/firmware/rtl8139.r do_configure_prepend() { # fixup AS/CC/CCP/etc variable within StdGNU.mk - for i in AS LD CC CPP AR RANLIB NM STRIP OBJCOPY OBJDUMP; do + for i in LD CC CPP CXX; do sed -i "s/^\($i\s\s*\).*=/\1?=/" ${S}/config/StdGNU.mk done # fixup environment passing in some makefiles -- cgit v1.2.3-54-g00ecf