projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7123d31
)
python: remove libffi/host; we're not using it
author
Alexandru Ardelean
<
[email protected]
>
Sun, 11 Jan 2015 15:08:02 +0000
(17:08 +0200)
committer
Alexandru Ardelean
<
[email protected]
>
Sun, 11 Jan 2015 18:15:13 +0000
(20:15 +0200)
Signed-off-by: Alexandru Ardelean <
[email protected]
>
lang/python/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/Makefile
b/lang/python/Makefile
index b02aebdafe6f6f551c328e3af2f20a486e479c50..d2b92d50b898c873e87699a8e1755121473c91fb 100644
(file)
--- a/
lang/python/Makefile
+++ b/
lang/python/Makefile
@@
-28,7
+28,7
@@
HOST_BUILD_PARALLEL:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/Python-$(PKG_VERSION)
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/Python-$(PKG_VERSION)
-PKG_BUILD_DEPENDS:=
libffi/host
python/host
+PKG_BUILD_DEPENDS:=python/host
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk