summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/opencv/opencv_2.4.bb2
-rw-r--r--meta-oe/recipes-support/opencv/opencv_3.1.bb2
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql.inc2
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
51inherit distutils-base pkgconfig cmake 51inherit distutils-base pkgconfig cmake
52 52
53export BUILD_SYS
54export HOST_SYS
55export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}" 53export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}"
56export PYTHON="${STAGING_BINDIR_NATIVE}/python" 54export 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
71inherit distutils-base pkgconfig cmake 71inherit distutils-base pkgconfig cmake
72 72
73export BUILD_SYS
74export HOST_SYS
75export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}" 73export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}"
76export PYTHON="${STAGING_BINDIR_NATIVE}/python" 74export PYTHON="${STAGING_BINDIR_NATIVE}/python"
77export JAVA_HOME="${STAGING_DIR_NATIVE}/usr/bin/java" 75export 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() {
113do_configure() { 113do_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