From f9ce43cdf6639acaa59d6144aabee798970ca3b6 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 24 May 2016 14:56:54 +0300 Subject: Remove unnecessary exports of HOST_SYS and BUILD_SYS in python-based recipes They are no longer required to build python software. Signed-off-by: Alexander Kanavin Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-oe/recipes-extended/cmpi-bindings') diff --git a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_git.bb b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_git.bb index a2747c3508..e203198af2 100644 --- a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_git.bb +++ b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_git.bb @@ -24,8 +24,6 @@ EXTRA_OECMAKE = "-DLIB='${baselib}' \ -DPYTHON_INCLUDE_PATH=${STAGING_INCDIR}/python${PYTHON_BASEVERSION}" do_configure_prepend() { - export HOST_SYS=${HOST_SYS} - export BUILD_SYS=${BUILD_SYS} export STAGING_LIBDIR=${STAGING_LIBDIR} export STAGING_INCDIR=${STAGING_INCDIR} export ENV_INSTALL_PATH=${PYTHON_SITEPACKAGES_DIR} -- cgit 1.2.3-korg