aboutsummaryrefslogtreecommitdiff
path: root/utils/stm32flash/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-26 01:51:59 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-26 01:51:59 +0200
commit7e542c0c33ba1b820075ad64887623d9bece5031 (patch)
treef27debf81e866300e4d421a159ee3a4d5429c304 /utils/stm32flash/Makefile
parent5cc44195bff85a86678d0aafef834cb8c7dfd517 (diff)
stm32flash: added License Information
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
Diffstat (limited to 'utils/stm32flash/Makefile')
-rw-r--r--utils/stm32flash/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/stm32flash/Makefile b/utils/stm32flash/Makefile
index 0938b22ba..ad4c2ede0 100644
--- a/utils/stm32flash/Makefile
+++ b/utils/stm32flash/Makefile
@@ -14,15 +14,15 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://releases.stm32flash.googlecode.com/git
PKG_MD5SUM:=a806c6b10b186b7d06a7eab12c3bc880
-
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
define Package/stm32flash
SECTION:=utils
CATEGORY:=Utilities
- MAINTAINER:=Christian Pointner <equinox@spreadspace.org>
URL:=http://code.google.com/p/stm32flash/
TITLE:=Firmware flash tool for STM32's serial bootloader
endef