]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-pycurl: remove unnecessary exports
authorRoss Burton <ross.burton@intel.com>
Tue, 2 Feb 2016 11:22:58 +0000 (11:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Feb 2016 23:35:03 +0000 (23:35 +0000)
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>
meta/recipes-devtools/python/python-pycurl_7.21.5.bb

index af517a1fa7a6ff6f6024fd879d69b1a0511d1ea3..7b41f6d33d1ca310dbcdbb1244f1fa844c3aba72 100644 (file)
@@ -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