lede-packages-rs

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

commit 24e5e8aa2c64c965fa50928b5414bf729b9421f2
parent a0658b5ca12329cb863fb40ab3e4304f0a140e37
Author: Roger <rogerdammit@gmail.com>
Date:   Sun, 17 Aug 2014 11:30:28 -0500

micropython-lib: fix DEPENDS

Signed-off-by: Roger D <rogerdammit@gmail.com>

Diffstat:
Mlang/micropython-lib/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/micropython-lib/Makefile b/lang/micropython-lib/Makefile @@ -30,7 +30,7 @@ define Package/micropython-lib CATEGORY:=Languages TITLE:=micropython-lib URL:=https://github.com/micropython/micropython-lib - DEPENDS:=micropython + DEPENDS:=+micropython endef define Package/micropython-lib/description