From patchwork Fri Feb 24 16:36:00 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cam Mannett X-Patchwork-Id: 732195 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vVH5v4tgQz9s7x for ; Sat, 25 Feb 2017 03:45:23 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=protonmail.ch header.i=@protonmail.ch header.b="CX/jQ4TY"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BD84585AD6; Fri, 24 Feb 2017 16:45:21 +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 Q32Ri8OBZ5jo; Fri, 24 Feb 2017 16:45:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5532F85A6B; Fri, 24 Feb 2017 16:45:20 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 0723D1C01A7 for ; Fri, 24 Feb 2017 16:45:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 03C9184534 for ; Fri, 24 Feb 2017 16:45:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ih+sfKaVi75h for ; Fri, 24 Feb 2017 16:45:19 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail2.protonmail.ch (mail2.protonmail.ch [185.70.40.22]) by whitealder.osuosl.org (Postfix) with ESMTPS id E020A8452F for ; Fri, 24 Feb 2017 16:45:18 +0000 (UTC) Date: Fri, 24 Feb 2017 11:36:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.ch; s=default; t=1487954164; bh=rsfx2kgnIN8UJPlD5AnmjaaSXkRP4xrexedw3NLr8h0=; h=To:From:Reply-To:Subject:Feedback-ID:From; b=CX/jQ4TYDwWZtKC5W6C9OK9C3EWUTvfsJTlTzYGLKA/HMANypZwsHaEZAaWxvMWWh nL27dho6/Hya75b0aq2ilR8qLmu1lMjE8x7ywFbELcUviEqDF8vVJCsRB1kkQy291U JKw0NkTnSSxfZzPZOZqdRD0Kbx0H0GWyT/sGit7w= To: "buildroot@busybox.net" From: Cam Mannett Message-ID: Feedback-ID: qrqs5d2ZKk7JuyaeO0mWfeTcSbuwiEKsKmClo2lF8NGqBXGAEK2xCQgUD6wxTvT3WdUYfQVSVR3iJBLB_l5Hgw==:Ext:ProtonMail MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/2] pru-software-support: bump version to v5.1.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Cam Mannett Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Camden Mannett --- package/pru-software-support/pru-software-support.hash | 2 -- package/pru-software-support/pru-software-support.mk | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 package/pru-software-support/pru-software-support.hash -- 2.9.3 diff --git a/package/pru-software-support/pru-software-support.hash b/package/pru-software-support/pru-software-support.hash deleted file mode 100644 index 8f624da..0000000 --- a/package/pru-software-support/pru-software-support.hash +++ /dev/null @@ -1,2 +0,0 @@ -# Locally-calculated hash -sha256 b257535ca9b1641d1a238795f3c7004064c573a91cf4a1fa566e3f7c2360c38f pru-software-support-804b548e69ef9fdf44445f6d0968d81cb8a1e7b4.tar.gz diff --git a/package/pru-software-support/pru-software-support.mk b/package/pru-software-support/pru-software-support.mk index 06983c2..412abdb 100644 --- a/package/pru-software-support/pru-software-support.mk +++ b/package/pru-software-support/pru-software-support.mk @@ -4,10 +4,10 @@ # ################################################################################ -PRU_SOFTWARE_SUPPORT_VERSION = 804b548e69ef9fdf44445f6d0968d81cb8a1e7b4 +PRU_SOFTWARE_SUPPORT_VERSION = v5.1.0 PRU_SOFTWARE_SUPPORT_SITE = git://git.ti.com/pru-software-support-package/pru-software-support-package.git PRU_SOFTWARE_SUPPORT_LICENSE = BSD-3c, GPLv2, Public Domain -PRU_SOFTWARE_SUPPORT_LICENSE_FILES = PRU-Package-v4.0-Manifest.html +PRU_SOFTWARE_SUPPORT_LICENSE_FILES = PRU-Package-v5.0-Manifest.html PRU_SOFTWARE_SUPPORT_DEPENDENCIES = host-ti-cgt-pru host-pru-software-support HOST_PRU_SOFTWARE_SUPPORT_DEPENDENCIES = host-ti-cgt-pru