diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-05-24 14:56:54 +0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-08 14:55:25 +0200 |
| commit | f9ce43cdf6639acaa59d6144aabee798970ca3b6 (patch) | |
| tree | 4cd53cb95eb5e514d834a65cdbdfa1d8739532c8 /meta-oe/recipes-support/opencv | |
| parent | e5f01cae3885030f8b3c585e62e7dd7f84a278d9 (diff) | |
| download | meta-openembedded-f9ce43cdf6639acaa59d6144aabee798970ca3b6.tar.gz | |
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 <alexander.kanavin@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/opencv')
| -rw-r--r-- | meta-oe/recipes-support/opencv/opencv_2.4.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/opencv/opencv_3.1.bb | 2 |
2 files changed, 0 insertions, 4 deletions
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," | |||
| 50 | 50 | ||
| 51 | inherit distutils-base pkgconfig cmake | 51 | inherit distutils-base pkgconfig cmake |
| 52 | 52 | ||
| 53 | export BUILD_SYS | ||
| 54 | export HOST_SYS | ||
| 55 | export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}" | 53 | export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}" |
| 56 | export PYTHON="${STAGING_BINDIR_NATIVE}/python" | 54 | export PYTHON="${STAGING_BINDIR_NATIVE}/python" |
| 57 | 55 | ||
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," | |||
| 70 | 70 | ||
| 71 | inherit distutils-base pkgconfig cmake | 71 | inherit distutils-base pkgconfig cmake |
| 72 | 72 | ||
| 73 | export BUILD_SYS | ||
| 74 | export HOST_SYS | ||
| 75 | export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}" | 73 | export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}" |
| 76 | export PYTHON="${STAGING_BINDIR_NATIVE}/python" | 74 | export PYTHON="${STAGING_BINDIR_NATIVE}/python" |
| 77 | export JAVA_HOME="${STAGING_DIR_NATIVE}/usr/bin/java" | 75 | export JAVA_HOME="${STAGING_DIR_NATIVE}/usr/bin/java" |
