From 1d83535e852ff692137cc40261b1bbac621776e0 Mon Sep 17 00:00:00 2001 From: Strhuan Blomquist Date: Thu, 5 Sep 2019 14:04:41 +0200 Subject: [PATCH] inotify:added opkg marker so that opkg databases has license info --- inotify-tools/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inotify-tools/Makefile b/inotify-tools/Makefile index 04293313a..f1231075a 100644 --- a/inotify-tools/Makefile +++ b/inotify-tools/Makefile @@ -20,6 +20,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)-$(PKG_SOURCE_VERSION).tar. PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_LICENSE:=GPLv2 +PKG_LICENSE_FILES:=COPYING + # support parallel build PKG_BUILD_PARALLEL:=1