From patchwork Sun Feb 22 21:29:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 442324 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 86BF51400DE for ; Mon, 23 Feb 2015 08:29:41 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id CD96E94F15; Sun, 22 Feb 2015 21:29:40 +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 6nQyFHUL-hNv; Sun, 22 Feb 2015 21:29:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 4861794F1A; Sun, 22 Feb 2015 21:29:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id DD54B1C251E for ; Sun, 22 Feb 2015 21:29:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D8C8794F2B for ; Sun, 22 Feb 2015 21:29:38 +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 TnkEumFTAtiB for ; Sun, 22 Feb 2015 21:29:37 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by hemlock.osuosl.org (Postfix) with ESMTPS id 7F61894F15 for ; Sun, 22 Feb 2015 21:29:37 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id x12so22309205wgg.6 for ; Sun, 22 Feb 2015 13:29:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=+LpMlEPzvbzoJnjxkvD0m4i4Y3F/Kfrcsi18T92XwXM=; b=t+iAYUR5PRP7KI7JbGjRQkOoeqowSwrF5vHxpdzC3O1m7/XOKjjHpwKC66TWvQEyv1 VTHPVzRTKBhaJxbhE3rGkoAVeXLrsxdFumLGIDy5/DlVnMG9Qus1aY9PwVU2nDEmAjVD LrFQmMewNvYnl+/7KbyhUbyZUXJsZh+3mDObmfO3ZGPoz5PZReQGmMofsxTpLpXONMdQ YfLXpFitJS/CfkWMNokYXkhpbSpXP/IvIZoJ2cjC7YYuyUDujFDHHNm5wUSFMhVu76GF 5hDJggfEqIXDePClOkQzAL5hvZ/c0QiMiYLpHp1o7OIn3wSeiRMRyLZctNuBhSZYnx0O kC1Q== X-Received: by 10.180.79.232 with SMTP id m8mr15097865wix.81.1424640576068; Sun, 22 Feb 2015 13:29:36 -0800 (PST) Received: from mobeast.localdomain (dynamic-adsl-84-221-168-73.clienti.tiscali.it. [84.221.168.73]) by mx.google.com with ESMTPSA id fo17sm52735515wjc.19.2015.02.22.13.29.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Feb 2015 13:29:35 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Sun, 22 Feb 2015 22:29:33 +0100 Message-Id: <1424640573-5274-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.3.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH next] trinity: bump version to fix a build failure using Linux 3.19 headers 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" bump to the following trinity repository commit: kvm: Add ifdef around IA64 ioctls. Fix build error. CC ioctls/kvm.o In file included from ioctls/kvm.c:8:0: ioctls/kvm.c:115:8: error: ‘KVM_IA64_VCPU_GET_STACK’ undeclared here (not in a function) IOCTL(KVM_IA64_VCPU_GET_STACK), ^ include/ioctls.h:53:15: note: in definition of macro ‘IOCTL’ { .request = _request, .name = #_request, } ^ ioctls/kvm.c:116:8: error: ‘KVM_IA64_VCPU_SET_STACK’ undeclared here (not in a function) IOCTL(KVM_IA64_VCPU_SET_STACK), ^ include/ioctls.h:53:15: note: in definition of macro ‘IOCTL’ { .request = _request, .name = #_request, } IA64 ioctls were removed in Linux 3.19. Signed-off-by: Fabio Porcedda --- package/trinity/trinity.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/trinity/trinity.mk b/package/trinity/trinity.mk index 52805e0..5f8a707 100644 --- a/package/trinity/trinity.mk +++ b/package/trinity/trinity.mk @@ -4,7 +4,7 @@ # ################################################################################ -TRINITY_VERSION = 5d2dfe9727eb9c8dc44c31e95968e8d85284ffcc +TRINITY_VERSION = c8c41f99500b5854c2061a08962b8908c872d852 TRINITY_SITE = $(call github,kernelslacker,trinity,$(TRINITY_VERSION)) TRINITY_LICENSE = GPLv2 TRINITY_LICENSE_FILES = COPYING