projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0f2958
)
fakeroot: add license information
author
Daniel Golle
<daniel@makrotopia.org>
Tue, 8 Sep 2020 13:58:17 +0000
(14:58 +0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Tue, 8 Sep 2020 14:02:52 +0000
(15:02 +0100)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
tools/fakeroot/Makefile
patch
|
blob
|
history
diff --git
a/tools/fakeroot/Makefile
b/tools/fakeroot/Makefile
index 2df893d64df89579c3b5589b8b33e36b45329730..5bb8ab342c08b07277d1c3a952e2e3b258e3e009 100644
(file)
--- a/
tools/fakeroot/Makefile
+++ b/
tools/fakeroot/Makefile
@@
-10,6
+10,8
@@
PKG_VERSION:=1.24
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
PKG_SOURCE_URL:=http://deb.debian.org/debian/pool/main/f/fakeroot
PKG_HASH:=2e045b3160370b8ab4d44d1f8d267e5d1d555f1bb522d650e7167b09477266ed
+PKG_LICENSE:=GPL-3.0-or-later
+PKG_LICENSE_FILES:=COPYING
include $(INCLUDE_DIR)/host-build.mk