Remove unnecessary exports of HOST_SYS and BUILD_SYS in python-based recipes

They are no longer required to build python software.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Alexander Kanavin
2016-05-24 14:56:54 +03:00
committed by Martin Jansa
parent e5f01cae38
commit f9ce43cdf6
16 changed files with 2 additions and 37 deletions

View File

@@ -8,10 +8,6 @@ AUTHOR = "Gustavo Sverzut Barbieri <barbieri@gmail.com>"
DEPENDS = "python-cython-native python-pyrex-native python-numeric eina edbus python-dbus"
RDEPENDS_${PN} += "python-lang python-dbus"
# necessary to let the call for python-config succeed
export BUILD_SYS
export HOST_SYS
inherit e-base autotools pkgconfig distutils-base
SRCNAME = "python-e_dbus"

View File

@@ -13,10 +13,6 @@ RDEPENDS_${PN} += "python-lang"
PROVIDES = "python-ecore python-eldbus python-edje python-elementary python-emotion python-evas"
# necessary to let the call for python-config succeed
export BUILD_SYS
export HOST_SYS
inherit e-base distutils pkgconfig
SRCVER = "${PV}"