fix python libffi dependency for targets which do not support libffi
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13950 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b2e35d863d
commit
032de483a3
@ -41,7 +41,7 @@ endef
|
||||
define Package/python
|
||||
$(call Package/python/Default)
|
||||
TITLE+= (full)
|
||||
DEPENDS:=+libpthread +zlib +libffi
|
||||
DEPENDS:=+libpthread +zlib +PACKAGE_python:libffi
|
||||
PROVIDES:=python-core
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user