lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 21bbbcde12cc857867839374041c79a270ead2b7
parent 24e5e8aa2c64c965fa50928b5414bf729b9421f2
Author: Steven Barth <steven@midlink.org>
Date:   Mon, 18 Aug 2014 07:40:44 +0200

micropython: remove unnecessary libc, libm, libdl dependencies

Signed-off-by: Steven Barth <steven@midlink.org>

Diffstat:
Mlang/micropython/Makefile | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile @@ -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))