From a6525fd8f4189732dfe0c707d432fa86f26b806e Mon Sep 17 00:00:00 2001 From: Strhuan Blomquist Date: Thu, 5 Sep 2019 15:08:13 +0200 Subject: [PATCH] libtrace: Make file update with opkg hooks --- libtrace/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libtrace/Makefile b/libtrace/Makefile index 04b3a9154..678ce50bf 100644 --- a/libtrace/Makefile +++ b/libtrace/Makefile @@ -12,6 +12,9 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_LICENSE:=GPLv2 +PKG_LICENSE_FILES:=COPYING + PKG_INSTALL:=1 PKG_FIXUP:=autoreconf