From acabd2158d9004dedfdfad8c170b77d32684f3fc Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 9 Nov 2012 10:09:29 +0000 Subject: meta: remove redundant _FOR_BUILD variables Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-kernel/systemtap/systemtap_git.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/recipes-kernel/systemtap/systemtap_git.bb') diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index 9e88ee979d..a490a2ea56 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb @@ -8,10 +8,6 @@ DEPENDS_class-nativesdk = "nativesdk-elfutils nativesdk-sqlite3 nativesdk-gettex PR = "r0" -export CC_FOR_BUILD = "${BUILD_CC}" -export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}" -export LDFLAGS_FOR_BUILD = "${BUILD_LDFLAGS}" - EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ --without-nss --without-avahi \ --disable-server --disable-grapher " -- cgit 1.2.3-korg