diff options
author | Ross Burton <ross.burton@intel.com> | 2012-11-09 10:09:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-12 12:40:36 +0000 |
commit | acabd2158d9004dedfdfad8c170b77d32684f3fc (patch) | |
tree | 608bf0ceb8334453f32207a19244a9562e065499 /meta/recipes-kernel | |
parent | edf30561184ec42e5692a55fdf93304fac0fdb1b (diff) | |
download | openembedded-core-acabd2158d9004dedfdfad8c170b77d32684f3fc.tar.gz openembedded-core-acabd2158d9004dedfdfad8c170b77d32684f3fc.tar.bz2 openembedded-core-acabd2158d9004dedfdfad8c170b77d32684f3fc.zip |
meta: remove redundant _FOR_BUILD variables
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.bb | 4 |
1 files changed, 0 insertions, 4 deletions
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 " |