From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kVWCI-0006aI-IM for ptxdist@pengutronix.de; Thu, 22 Oct 2020 10:43:47 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id CFA321FBC for ; Thu, 22 Oct 2020 10:43:45 +0200 (CEST) Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dYK4Eq2KBCxd for ; Thu, 22 Oct 2020 10:43:45 +0200 (CEST) Received: from adahl by ada.ifak-system.com with local (Exim 4.92) (envelope-from ) id 1kVWCC-0005LZ-7c for ptxdist@pengutronix.de; Thu, 22 Oct 2020 10:43:40 +0200 From: Alexander Dahl Date: Thu, 22 Oct 2020 10:43:39 +0200 Message-Id: <20201022084340.20510-2-ada@thorsis.com> In-Reply-To: <20201022084340.20510-1-ada@thorsis.com> References: <20201022084340.20510-1-ada@thorsis.com> Subject: [ptxdist] [PATCH 1/2] logrotate: Add license file hash List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Signed-off-by: Alexander Dahl --- rules/logrotate.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/logrotate.make b/rules/logrotate.make index 43854f3c3..e7acc6668 100644 --- a/rules/logrotate.make +++ b/rules/logrotate.make @@ -23,6 +23,7 @@ LOGROTATE_URL := http://downloads.yoctoproject.org/mirror/sources/$(LOGROTATE). LOGROTATE_SOURCE := $(SRCDIR)/$(LOGROTATE).$(LOGROTATE_SUFFIX) LOGROTATE_DIR := $(BUILDDIR)/$(LOGROTATE) LOGROTATE_LICENSE := GPL-2.0-only +LOGROTATE_LICENSE_FILES := file://COPYING;md5=18810669f13b87348459e611d31ab760 # ---------------------------------------------------------------------------- # Compile -- 2.27.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de