diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-02 11:22:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 23:39:00 +0000 |
commit | 252e64550a77b8e4a452d4f124bb8b378054d4de (patch) | |
tree | 3defb3846c9af2e55e6d7efe827bfa27cfd35773 /meta/recipes-devtools | |
parent | 9fd214d2e7a931cfb46f40cb76d49aeb07af612e (diff) | |
download | poky-252e64550a77b8e4a452d4f124bb8b378054d4de.tar.gz |
python-pycurl: remove unnecessary exports
These variables are exported through distutils.bbclass, so there's no need to do
it again.
(From OE-Core rev: 247522b0eae6ec528350888d2283e84bb1e250fa)
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.bb | 6 |
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}" | |||
21 | 21 | ||
22 | inherit distutils | 22 | inherit distutils |
23 | 23 | ||
24 | # need to export these variables for python-config to work | ||
25 | export BUILD_SYS | ||
26 | export HOST_SYS | ||
27 | export STAGING_INCDIR | ||
28 | export STAGING_LIBDIR | ||
29 | |||
30 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |
31 | 25 | ||
32 | # Ensure the docstrings are generated as make clean will remove them | 26 | # Ensure the docstrings are generated as make clean will remove them |