micropython: remove unnecessary libc, libm, libdl dependencies
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
parent
24e5e8aa2c
commit
21bbbcde12
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ define Package/micropython
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=Micro Python
|
TITLE:=Micro Python
|
||||||
URL:=http://micropython.org
|
URL:=http://micropython.org
|
||||||
DEPENDS:=+libc +libffi +libdl +libm
|
DEPENDS:=+libffi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/micropython/description
|
define Package/micropython/description
|
||||||
|
@ -55,4 +55,4 @@ define Package/micropython/install
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/unix/micropython $(1)/usr/bin/micropython
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/unix/micropython $(1)/usr/bin/micropython
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,micropython))
|
$(eval $(call BuildPackage,micropython))
|
||||||
|
|
Loading…
Reference in a new issue