git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
24e5e8a
)
micropython: remove unnecessary libc, libm, libdl dependencies
author
Steven Barth
<redacted>
Mon, 18 Aug 2014 05:40:44 +0000
(07:40 +0200)
committer
Steven Barth
<redacted>
Mon, 18 Aug 2014 05:40:44 +0000
(07:40 +0200)
Signed-off-by: Steven Barth <redacted>
lang/micropython/Makefile
patch
|
blob
|
history
diff --git
a/lang/micropython/Makefile
b/lang/micropython/Makefile
index 0d4e3e7788c420ec3c7901e547543db0df74de58..0825bd9f14af404790176c670498230fa02bb415 100644
(file)
--- 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:=+lib
c +libffi +libdl +libm
+ DEPENDS:=+lib
ffi
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