From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 05 Dec 2021 01:42:39 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mtfbz-0006pn-22 for lore@lore.pengutronix.de; Sun, 05 Dec 2021 01:42:39 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mtfby-0003O6-OP; Sun, 05 Dec 2021 01:42:38 +0100 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mtfbW-00035b-CZ; Sun, 05 Dec 2021 01:42:10 +0100 Received: from rhi by dude.hi.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1mtfbV-009fzG-Ld; Sun, 05 Dec 2021 01:42:09 +0100 From: Roland Hieber To: ptxdist@pengutronix.de Date: Sun, 5 Dec 2021 01:41:58 +0100 Message-Id: <20211205004208.2306245-3-rhi@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211205004208.2306245-1-rhi@pengutronix.de> References: <20211205004208.2306245-1-rhi@pengutronix.de> MIME-Version: 1.0 Mail-Followup-To: Roland Hieber , ptxdist@pengutronix.de Subject: [ptxdist] [PATCH v2 03/13] frodo: add license information X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Felicitas Jung , Roland Hieber Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false From: Felicitas Jung Signed-off-by: Felicitas Jung [rhi: use "custom" instead of "unknown"] Reviewed-by: Roland Hieber Signed-off-by: Roland Hieber --- PATCH v2: - use "custom" instead of "unknown", review PULL v1: https://lore.ptxdist.org/ptxdist/20200527112204.ll7ij44ahllid6ip@pengutronix.de --- rules/frodo.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/frodo.make b/rules/frodo.make index 5825f541877e..cb7eb5acf619 100644 --- a/rules/frodo.make +++ b/rules/frodo.make @@ -21,6 +21,8 @@ FRODO_SUFFIX := Src.tar.gz FRODO_URL := http://frodo.cebix.net/downloads/FrodoV4_1b.$(FRODO_SUFFIX) FRODO_SOURCE := $(SRCDIR)/FrodoV4_1b.$(FRODO_SUFFIX) FRODO_DIR := $(BUILDDIR)/$(FRODO) +FRODO_LICENSE := custom +FRODO_LICENSE_FILES := file://Docs/legalmush.html;md5=108f0874f3c2ef9b625501635c933d92 # ---------------------------------------------------------------------------- # Prepare -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de