From: Daniel Golle Date: Tue, 8 Sep 2020 13:58:17 +0000 (+0100) Subject: fakeroot: add license information X-Git-Tag: v21.02.0-rc1~1628 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=97096531bb3f187dce04e7c490de1282254a32e5;p=openwrt%2Fopenwrt.git fakeroot: add license information Signed-off-by: Daniel Golle --- diff --git a/tools/fakeroot/Makefile b/tools/fakeroot/Makefile index 2df893d64d..5bb8ab342c 100644 --- 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