[OE-core] [PATCH] python-pycurl: remove unnecessary exports

Ross Burton ross.burton at intel.com
Tue Feb 2 11:22:58 UTC 2016


These variables are exported through distutils.bbclass, so there's no need to do
it again.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/python/python-pycurl_7.21.5.bb | 6 ------
 1 file changed, 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 af517a1..7b41f6d 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
-- 
2.6.4




More information about the Openembedded-core mailing list