From patchwork Thu Dec 19 21:20:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 303746 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 187672C00AF for ; Fri, 20 Dec 2013 08:20:52 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 44D9789C2D; Thu, 19 Dec 2013 21:20:51 +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 qXZuwCYvDshi; Thu, 19 Dec 2013 21:20:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 7298A88727; Thu, 19 Dec 2013 21:20:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D71311BF99B for ; Thu, 19 Dec 2013 21:20:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D71118C2D8 for ; Thu, 19 Dec 2013 21:20:47 +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 M0OuYdrcpiuJ for ; Thu, 19 Dec 2013 21:20:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by whitealder.osuosl.org (Postfix) with ESMTPS id F19C18C32B for ; Thu, 19 Dec 2013 21:20:46 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id z2so2830402wiv.6 for ; Thu, 19 Dec 2013 13:20:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=KlM+SRYcaPhiOkQdyJKdA+fZHQSeH+6z02sc8fQ2LOU=; b=uDOlUGxfLmruW/zumoCbJG3vUtLHlOrFYWQXP+cG6En0M1xUKCWlzKMUnGyu6AeOP6 I/kB6MgBQcPPWX0YqF+CkH7YB0N85xTY0NOGFSu8IxFIpEB/SCELQPehWKm6t80gDkYc x5f8WRuAJWCbMkcb12/ZnEyObpw2WxtEAwjSATg1MFloVIjbcPxcPzKXNYvGgzATPEYV gY2RITUZShwtWUuc8xITHNEUz4qroyR8zGPSa23Pb2bkYnM2jKjnQcJ/yR/kvQYQ8dfd xP6SYVcRYoFSToAM65tfR8U6wwUNKY3Wh8dLXSuo5mAGu5+fYqPugfoQbJFpoN4BfU70 /10Q== X-Received: by 10.180.39.177 with SMTP id q17mr1908297wik.14.1387488045476; Thu, 19 Dec 2013 13:20:45 -0800 (PST) Received: from percy.lan (host-92-24-119-175.ppp.as43234.net. [92.24.119.175]) by mx.google.com with ESMTPSA id bc5sm11112371wib.4.2013.12.19.13.20.43 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Dec 2013 13:20:44 -0800 (PST) From: spdawson@gmail.com To: buildroot@busybox.net Date: Thu, 19 Dec 2013 21:20:41 +0000 Message-Id: <1387488041-25911-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH] zyre: use a git snapshot that builds X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net From: Simon Dawson Commit abe6a13ceaed147449220ee671dc8574f4e7068c bumped the git snapshot for zyre. Unfortunately, the newer snapshot requires a newer version of czmq than is currently available in Buildroot. The simplest short-term fix is to roll zyre back to an earlier git snapshot. Fixes autobuild failures such as the following. http://autobuild.buildroot.net/results/0ef/0efbbcc7e94cdb184c5d032469e03b2b7da3d054/ Signed-off-by: Simon Dawson --- package/zyre/zyre.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/zyre/zyre.mk b/package/zyre/zyre.mk index 405697a..423091f 100644 --- a/package/zyre/zyre.mk +++ b/package/zyre/zyre.mk @@ -4,7 +4,7 @@ # ################################################################################ -ZYRE_VERSION = 378b8b5cf76d10f5e41b339a4bcb0dc6197a9edf +ZYRE_VERSION = d5b8cb1f66fb5059d9eeb0702a7c2055a63cd8a7 ZYRE_SITE = $(call github,zeromq,zyre,$(ZYRE_VERSION)) ZYRE_LICENSE = LGPLv3+ ZYRE_LICENSE_FILES = COPYING COPYING.LESSER