aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-02-02 11:22:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-04 23:35:03 +0000
commit247522b0eae6ec528350888d2283e84bb1e250fa (patch)
tree78d39dd7f2b63a63d077246ad3a076ff63750b8e /meta/recipes-devtools
parentdd4a319efcfa1174ba0f48fd15cb446280c426e4 (diff)
downloadopenembedded-core-contrib-247522b0eae6ec528350888d2283e84bb1e250fa.tar.gz
python-pycurl: remove unnecessary exports
These variables are exported through distutils.bbclass, so there's no need to do it again. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python-pycurl_7.21.5.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python-pycurl_7.21.5.bb b/meta/recipes-devtools/python/python-pycurl_7.21.5.bb
index af517a1fa7..7b41f6d33d 100644
--- a/meta/recipes-devtools/python/python-pycurl_7.21.5.bb
+++ b/meta/recipes-devtools/python/python-pycurl_7.21.5.bb
@@ -21,12 +21,6 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
-# need to export these variables for python-config to work
-export BUILD_SYS
-export HOST_SYS
-export STAGING_INCDIR
-export STAGING_LIBDIR
-
BBCLASSEXTEND = "native"
# Ensure the docstrings are generated as make clean will remove them