diff options
Diffstat (limited to 'meta-oe/recipes-support')
| -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 | ||||
| -rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 2 |
3 files changed, 1 insertions, 5 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" |
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc index 288a2d183d..32ffe190b6 100644 --- a/meta-oe/recipes-support/postgresql/postgresql.inc +++ b/meta-oe/recipes-support/postgresql/postgresql.inc | |||
| @@ -113,7 +113,7 @@ python populate_packages_prepend() { | |||
| 113 | do_configure() { | 113 | do_configure() { |
| 114 | # do_configure_prepend | 114 | # do_configure_prepend |
| 115 | # make sure configure finds python includdirs with these envs | 115 | # make sure configure finds python includdirs with these envs |
| 116 | export BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ | 116 | export \ |
| 117 | STAGING_INCDIR=${STAGING_INCDIR} \ | 117 | STAGING_INCDIR=${STAGING_INCDIR} \ |
| 118 | STAGING_LIBDIR=${STAGING_LIBDIR} | 118 | STAGING_LIBDIR=${STAGING_LIBDIR} |
| 119 | 119 | ||
