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-support/opencv/opencv_2.4.bb | 2 -- meta-oe/recipes-support/opencv/opencv_3.1.bb | 2 -- 2 files changed, 4 deletions(-) (limited to 'meta-oe/recipes-support/opencv') diff --git a/meta-oe/recipes-support/opencv/opencv_2.4.bb b/meta-oe/recipes-support/opencv/opencv_2.4.bb index eb38a5a6a4..83e7de8c0d 100644 --- a/meta-oe/recipes-support/opencv/opencv_2.4.bb +++ b/meta-oe/recipes-support/opencv/opencv_2.4.bb @@ -50,8 +50,6 @@ PACKAGECONFIG[v4l] = "-DWITH_V4L=ON,-DWITH_V4L=OFF,v4l-utils," inherit distutils-base pkgconfig cmake -export BUILD_SYS -export HOST_SYS export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}" export PYTHON="${STAGING_BINDIR_NATIVE}/python" diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb b/meta-oe/recipes-support/opencv/opencv_3.1.bb index 789512f9e0..961b9cba01 100644 --- a/meta-oe/recipes-support/opencv/opencv_3.1.bb +++ b/meta-oe/recipes-support/opencv/opencv_3.1.bb @@ -70,8 +70,6 @@ PACKAGECONFIG[v4l] = "-DWITH_V4L=ON,-DWITH_V4L=OFF,v4l-utils," inherit distutils-base pkgconfig cmake -export BUILD_SYS -export HOST_SYS export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}" export PYTHON="${STAGING_BINDIR_NATIVE}/python" export JAVA_HOME="${STAGING_DIR_NATIVE}/usr/bin/java" -- cgit v1.2.3-54-g00ecf