瀏覽代碼

Merge pull request #256 from roger-/micropython-lib

micropython-lib: update to latest and fix version tag
sbyx 10 年之前
父節點
當前提交
14da1d1def
共有 1 個檔案被更改,包括 4 行新增3 行删除
  1. 4
    3
      lang/micropython-lib/Makefile

+ 4
- 3
lang/micropython-lib/Makefile 查看文件

@@ -8,15 +8,16 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=micropython-lib
11
-PKG_VERSION:=2014-08-12
11
+PKG_VERSION=0.1-20140822-$(PKG_SOURCE_VERSION)
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
15
-PKG_LICENSE:=MIT
15
+PKG_LICENSE:=MIT, PSFL
16
+PKG_LICENSE_FILES:=LICENSE
16 17
 
17 18
 PKG_SOURCE_PROTO:=git
18 19
 PKG_SOURCE_URL:=https://github.com/micropython/micropython-lib.git
19
-PKG_SOURCE_VERSION:=7bc0c0a45894ec10eb3fd3515428a087a24ac228
20
+PKG_SOURCE_VERSION:=46ede279d8fae081319914d00cb4a9bb22102fa1
20 21
 
21 22
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION)
22 23
 PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz