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/postgresql/postgresql.inc | |
| 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/postgresql/postgresql.inc')
| -rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||
