From 623071bfb3400149ec9b5c5df6fbba2298f7408f Mon Sep 17 00:00:00 2001 From: Strhuan Blomquist Date: Wed, 4 Sep 2019 16:23:24 +0200 Subject: [PATCH] crashlog:Update Makefile with new license info and opkg database --- crashlog/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/crashlog/Makefile b/crashlog/Makefile index 4db86e1b3..7945c2c13 100644 --- a/crashlog/Makefile +++ b/crashlog/Makefile @@ -1,9 +1,18 @@ +# +# Copyright (C) 2019 iopsys Software Solutions AB +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + include $(TOPDIR)/rules.mk PKG_NAME:=crashlog PKG_VERSION:=1.0.0 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) +PKG_LICENSE:=GPLv2 +PKG_LICENSE_FILES:=none include $(INCLUDE_DIR)/package.mk