projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79ee0d2
)
debugcc: add licensing information
author
Petr Štetiar
<
[email protected]
>
Fri, 10 Nov 2023 21:42:34 +0000
(21:42 +0000)
committer
Petr Štetiar
<
[email protected]
>
Sat, 11 Nov 2023 06:11:25 +0000
(06:11 +0000)
Information about package license is important, so lets add it.
Fixes: 79ee0d2ceead ("debugcc: add new package to debug IPQ based SoC clocks")
Signed-off-by: Petr Štetiar <
[email protected]
>
package/utils/debugcc/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/debugcc/Makefile
b/package/utils/debugcc/Makefile
index 961c041047b1177c82613f30c145c0de5d1f93bd..2a72f1773064e85ea561e18e7031d5ec70ddaab4 100644
(file)
--- a/
package/utils/debugcc/Makefile
+++ b/
package/utils/debugcc/Makefile
@@
-9,6
+9,9
@@
PKG_SOURCE_DATE:=2023-11-10
PKG_SOURCE_VERSION:=d15bea7c05f224a85dd1fcec24b0f153dbad9f6e
PKG_MIRROR_HASH:=b6bd181db4992cf429343cd7d0fdde0f937a8f1811f5fe9e7855a0d76b0d88a0
+PKG_LICENSE:=BSD-3-Clause
+PKG_LICENSE_FILES:=LICENSE
+
PKG_MAINTAINER:=Christian Marangi <
[email protected]
>
include $(INCLUDE_DIR)/package.mk