[oe-commits] [openembedded-core] 34/78: python-pygobject: drop unnecessary variable exports

git at git.openembedded.org git at git.openembedded.org
Wed Mar 9 00:10:11 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 759489152228e4b426d9bc5114bfa9a7261664a3
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Thu Mar 3 18:48:38 2016 +0200

    python-pygobject: drop unnecessary variable exports
    
    Inheriting distutils-base takes care of that.
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-devtools/python/python-pygobject_3.18.2.bb | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/meta/recipes-devtools/python/python-pygobject_3.18.2.bb b/meta/recipes-devtools/python/python-pygobject_3.18.2.bb
index 75f5428..c94808d 100644
--- a/meta/recipes-devtools/python/python-pygobject_3.18.2.bb
+++ b/meta/recipes-devtools/python/python-pygobject_3.18.2.bb
@@ -12,6 +12,7 @@ SRC_URI = " \
     http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \
     file://0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch \
 "
+
 SRC_URI[md5sum] = "0a956f3e785e23b0f136832f2e57a862"
 SRC_URI[sha256sum] = "2a3cad1517916b74e131e6002c3824361aee0671ffb0d55ded119477fc1c2c5f"
 
@@ -19,11 +20,6 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 BBCLASSEXTEND = "native"
 
-export STAGING_LIBDIR
-export STAGING_INCDIR
-export BUILD_SYS
-export HOST_SYS
-
 EXTRA_OECONF = "--disable-cairo"
 
 RDEPENDS_${PN} += "python3-setuptools"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list