From patchwork Wed Aug 21 20:49:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnout Vandecappelle X-Patchwork-Id: 268903 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 273F02C00A6 for ; Thu, 22 Aug 2013 06:50:09 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 043CC8BFC3; Wed, 21 Aug 2013 20:50:08 +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 ISEu2TISs2j5; Wed, 21 Aug 2013 20:50:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id E05FC8BFB4; Wed, 21 Aug 2013 20:49:58 +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 3053C1BFA0A for ; Wed, 21 Aug 2013 20:50:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 09BCF8ED15 for ; Wed, 21 Aug 2013 20:49:56 +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 MS16CttQ+49b for ; Wed, 21 Aug 2013 20:49:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from viper.mind.be (132.79-246-81.adsl-static.isp.belgacom.be [81.246.79.132]) by whitealder.osuosl.org (Postfix) with ESMTPS id 526D18DE3B for ; Wed, 21 Aug 2013 20:49:46 +0000 (UTC) Received: from [172.16.2.6] (helo=vandecaa-laptop) by viper.mind.be with esmtp (Exim 4.69) (envelope-from ) id 1VCFL3-0006NO-AK; Wed, 21 Aug 2013 22:49:10 +0200 Received: from arnout by vandecaa-laptop with local (Exim 4.80) (envelope-from ) id 1VCFLY-0007UH-39; Wed, 21 Aug 2013 22:49:40 +0200 From: "Arnout Vandecappelle (Essensium/Mind)" To: buildroot@busybox.net Date: Wed, 21 Aug 2013 22:49:40 +0200 Message-Id: <1377118180-28514-1-git-send-email-arnout@mind.be> X-Mailer: git-send-email 1.8.4.rc3 Subject: [Buildroot] [PATCH] linux-fusion: bump version to 9.0.2 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 Fixes build with recent kernels. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Tested-by: Gustavo Zacarias Acked-by: Gustavo Zacarias --- For 2013.08 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/linux-fusion/linux-fusion.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux-fusion/linux-fusion.mk b/package/linux-fusion/linux-fusion.mk index ff31934..6f3d50a 100644 --- a/package/linux-fusion/linux-fusion.mk +++ b/package/linux-fusion/linux-fusion.mk @@ -4,7 +4,7 @@ # ################################################################################ -LINUX_FUSION_VERSION = 9.0.0 +LINUX_FUSION_VERSION = 9.0.2 LINUX_FUSION_SOURCE = linux-fusion-$(LINUX_FUSION_VERSION).tar.gz LINUX_FUSION_SITE = http://directfb.org/downloads/Core/linux-fusion LINUX_FUSION_INSTALL_STAGING = YES