projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
face529
)
alfred: Extend PKG_LICENSE* information
author
Sven Eckelmann
<sven@narfation.org>
Mon, 2 Sep 2019 13:50:22 +0000
(15:50 +0200)
committer
Sven Eckelmann
<sven@narfation.org>
Fri, 25 Oct 2019 21:34:34 +0000
(23:34 +0200)
Signed-off-by: Sven Eckelmann <sven@narfation.org>
alfred/Makefile
patch
|
blob
|
history
diff --git
a/alfred/Makefile
b/alfred/Makefile
index c13550868dba55ea064b079316ac599b38514fd5..ef6d810af2299d325e83b6b36beb0bae5565578e 100644
(file)
--- a/
alfred/Makefile
+++ b/
alfred/Makefile
@@
-14,7
+14,8
@@
PKG_HASH:=a4c37920de497701680abb55c49cdcd11e4e7135e0e7e79259c35492a3df4766
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
-PKG_LICENSE:=GPL-2.0
+PKG_LICENSE:=GPL-2.0-only MIT
+PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT
include $(INCLUDE_DIR)/package.mk