micropython: remove unnecessary libc, libm, libdl dependencies
authorSteven Barth <redacted>
Mon, 18 Aug 2014 05:40:44 +0000 (07:40 +0200)
committerSteven Barth <redacted>
Mon, 18 Aug 2014 05:40:44 +0000 (07:40 +0200)
Signed-off-by: Steven Barth <redacted>
lang/micropython/Makefile

index 0d4e3e7788c420ec3c7901e547543db0df74de58..0825bd9f14af404790176c670498230fa02bb415 100644 (file)
@@ -31,7 +31,7 @@ define Package/micropython
   CATEGORY:=Languages
   TITLE:=Micro Python
   URL:=http://micropython.org
-  DEPENDS:=+libc +libffi +libdl +libm
+  DEPENDS:=+libffi
 endef
 
 define Package/micropython/description
@@ -55,4 +55,4 @@ define Package/micropython/install
        $(INSTALL_BIN) $(PKG_BUILD_DIR)/unix/micropython $(1)/usr/bin/micropython
 endef
 
-$(eval $(call BuildPackage,micropython))
\ No newline at end of file
+$(eval $(call BuildPackage,micropython))
git clone https://git.99rst.org/PROJECT