Skip to content

Commit

Permalink
Remove unnecessary exports of HOST_SYS and BUILD_SYS in python-based …
Browse files Browse the repository at this point in the history
…recipes ( partial merge, meta-efl only )

They are no longer required to build python software.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Martin Jansa <[email protected]>
(cherry picked from commit f9ce43c)
  • Loading branch information
Alexander Kanavin authored and armcc committed Mar 15, 2017
1 parent f771e3b commit d4d13c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions meta-efl/recipes-devtools/python/python-edbus.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ AUTHOR = "Gustavo Sverzut Barbieri <[email protected]>"
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"
Expand Down
4 changes: 0 additions & 4 deletions meta-efl/recipes-devtools/python/python-efl.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit d4d13c0

Please sign in to comment.