forked from openembedded/meta-openembedded
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary exports of HOST_SYS and BUILD_SYS in python-based …
…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
Showing
2 changed files
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters