From patchwork Sun Sep 29 18:15:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1169072 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="BiG/GQh7"; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46hDGt0KkWz9sP7 for ; Mon, 30 Sep 2019 04:15:33 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4D194849DF; Sun, 29 Sep 2019 18:15:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NLuuTGES_ERW; Sun, 29 Sep 2019 18:15:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9D11984D11; Sun, 29 Sep 2019 18:15:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id F08D91BF5A1 for ; Sun, 29 Sep 2019 18:15:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id E37EA84D11 for ; Sun, 29 Sep 2019 18:15:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id trLWNM-GlcIq for ; Sun, 29 Sep 2019 18:15:29 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by fraxinus.osuosl.org (Postfix) with ESMTPS id E0E34849DF for ; Sun, 29 Sep 2019 18:15:28 +0000 (UTC) Received: from menoah.home (lfbn-1-6734-38.w90-120.abo.wanadoo.fr [90.120.168.38]) by koncepto.io (Postfix) with ESMTPSA id 3B7C760257; Sun, 29 Sep 2019 20:15:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1569780919; bh=1sc8AIXGOIdEIOYuykJKkPoLW21l64sBnxU2tLMrNU0=; h=From:To:Cc:Subject:Date:From; b=BiG/GQh7dd+4YEIOPEwSiRHKg4NO9kFAG4rHt+eBDrLRc/PMDQU/UxvKtnd+WQCjg I8SV4uWeKoD4Y9rrFOl5JFqm33EgV/HiG3DbtResc3++u0Igs8LPbkB9TCu8XkIkWe ogJQMOQqDQUko0gphaT20lcX3j2WoEJlOPriSksFQE/1hDLKP7Fkd1Pr6QI+AUwdXU gw1ZC3nxkNq6oKQAiqg5/opebZJs/u+E+sN4X9vQY5HfFlsuiu6vyGRja7LEfQBq7X nFnYbJqJLq62B9MkQdpnridSrWYe06hFzwlt/aAeFyJZFABy+zJ8mhKr5laXE5oTGs jeKsKRDzZd1aA== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Sun, 29 Sep 2019 20:15:17 +0200 Message-Id: <1569780917-726-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH] package/sdl2_ttf: remove trailing whitespace X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier , Peter Thompson MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: $: ./utils/check-package package/sdl2_ttf/* package/sdl2_ttf/sdl2_ttf.hash:1: line contains trailing whitespace 42 lines processed 1 warnings generated Signed-off-by: Pierre-Jean Texier --- package/sdl2_ttf/sdl2_ttf.hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/sdl2_ttf/sdl2_ttf.hash b/package/sdl2_ttf/sdl2_ttf.hash index 4559cce..1e83941 100644 --- a/package/sdl2_ttf/sdl2_ttf.hash +++ b/package/sdl2_ttf/sdl2_ttf.hash @@ -1,2 +1,2 @@ -# Locally calculated +# Locally calculated sha256 a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33 SDL2_ttf-2.0.15.tar.gz