Merge pull request #361 from equinox0815/stm32flash-license
stm32flash: added License Information
This commit is contained in:
commit
d29e26b1e4
1 changed files with 3 additions and 3 deletions
|
@ -14,15 +14,15 @@ PKG_RELEASE:=1
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://releases.stm32flash.googlecode.com/git
|
PKG_SOURCE_URL:=http://releases.stm32flash.googlecode.com/git
|
||||||
PKG_MD5SUM:=a806c6b10b186b7d06a7eab12c3bc880
|
PKG_MD5SUM:=a806c6b10b186b7d06a7eab12c3bc880
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
PKG_MAINTAINER:=Christian Pointner <equinox@spreadspace.org>
|
||||||
|
PKG_LICENSE:=GPL-2.0+
|
||||||
|
PKG_LICENSE_FILE:=gpl-2.0.txt
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/stm32flash
|
define Package/stm32flash
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
MAINTAINER:=Christian Pointner <equinox@spreadspace.org>
|
|
||||||
URL:=http://code.google.com/p/stm32flash/
|
URL:=http://code.google.com/p/stm32flash/
|
||||||
TITLE:=Firmware flash tool for STM32's serial bootloader
|
TITLE:=Firmware flash tool for STM32's serial bootloader
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue