From patchwork Wed Sep 23 23:43:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Packham X-Patchwork-Id: 521901 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id EF2AD1401DE for ; Thu, 24 Sep 2015 09:44:36 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=rsX3P3+t; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 34577959AB; Wed, 23 Sep 2015 23:44:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Jp9KwbeeAXYo; Wed, 23 Sep 2015 23:44:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B7B0D959A7; Wed, 23 Sep 2015 23:44:34 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 6BAA21C1009 for ; Wed, 23 Sep 2015 23:44:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 67E3C29A5D for ; Wed, 23 Sep 2015 23:44:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6w3x4r4G7AN5 for ; Wed, 23 Sep 2015 23:44:32 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by silver.osuosl.org (Postfix) with ESMTPS id B6D5227575 for ; Wed, 23 Sep 2015 23:44:32 +0000 (UTC) Received: by pacex6 with SMTP id ex6so53957529pac.0 for ; Wed, 23 Sep 2015 16:44:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=qXq7SsM8HlYdXsQBTX7oi7yDZRyPvmzwappT6TeLDHk=; b=rsX3P3+txV3ymsUWW6ntyslClghd/lJP//rMJWjW92AOdW4GghWEnqVkJ2nlVTbCsG Rqm9bxgXToChFUlR/A4aHbJEJ3v1SAJ2Cm9HKSjCh0hm89qnw1Gwjjw5kIQsImz3g4+R OS2txtAflDaVA2ydS41uEExq0wo6NVtRs0cE2wDn5QsK/h0WhKdn4UiRHMMjcnNMhYkz 7kIMAg9wx0qBTcM4t301A6iFuQaR6SEXI1vuFZrg3d8z8fmDph3o9QvO9UaT+jvYI2Xc fdul3ZCHmTDQ712HH6JkMERRbnpuF/G/9c1nIvry3/Zr0RbUhINISN8ptSwqmAFxG6iN bjKA== X-Received: by 10.68.183.162 with SMTP id en2mr36191287pbc.91.1443051872345; Wed, 23 Sep 2015 16:44:32 -0700 (PDT) Received: from chrisp-dl.ws.atlnz.lc (2-163-36-202-static.alliedtelesis.co.nz. [202.36.163.2]) by smtp.gmail.com with ESMTPSA id fb1sm1024541pab.9.2015.09.23.16.44.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 23 Sep 2015 16:44:31 -0700 (PDT) From: Chris Packham To: buildroot@buildroot.org Date: Thu, 24 Sep 2015 11:43:51 +1200 Message-Id: <1443051831-8292-4-git-send-email-judge.packham@gmail.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1443051831-8292-1-git-send-email-judge.packham@gmail.com> References: <1443051831-8292-1-git-send-email-judge.packham@gmail.com> Cc: thomas.petazzoni@free-electrons.com Subject: [Buildroot] [PATCHv3 3/3] micropython: Bump version to v1.4.6 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Chris Packham --- This incorporates some build fixes that we were carrying as separate patches. Build tested for x86 and mips32. Changes since v1/v2 - New patch package/micropython/micropython.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package/micropython/micropython.mk b/package/micropython/micropython.mk index 1358864..f5e0ce7 100644 --- a/package/micropython/micropython.mk +++ b/package/micropython/micropython.mk @@ -4,14 +4,11 @@ # ################################################################################ -MICROPYTHON_VERSION = v1.4.5 +MICROPYTHON_VERSION = v1.4.6 MICROPYTHON_SITE = $(call github,micropython,micropython,$(MICROPYTHON_VERSION)) MICROPYTHON_LICENSE = MIT MICROPYTHON_LICENSE_FILES = LICENSE MICROPYTHON_DEPENDENCIES = host-pkgconf libffi -MICROPYTHON_PATCH = \ - https://github.com/micropython/micropython/commit/8b4fb4fe140e9cf57fcfa258d0d2d6fe19090fc5.patch \ - https://github.com/micropython/micropython/commit/587914169cc6ff7f0513bd14c42dcbb275bf77bd.patch # Use fallback implementation for exception handling on architectures that don't # have explicit support.