From patchwork Wed Apr 4 20:10:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 150933 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 B2F1CB7038 for ; Thu, 5 Apr 2012 21:18:02 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9737110B667; Thu, 5 Apr 2012 11:18:01 +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 5pAb+b4yjL6U; Thu, 5 Apr 2012 11:17:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 46B5210B5FC; Thu, 5 Apr 2012 11:17:08 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 46F8F8F75B for ; Thu, 5 Apr 2012 11:17:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 372AC10B5BB for ; Thu, 5 Apr 2012 11:17:03 +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 xwGIY9AH4s5u for ; Thu, 5 Apr 2012 11:16:57 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1907410B5DC for ; Thu, 5 Apr 2012 11:16:56 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 116E796A10; Thu, 5 Apr 2012 11:16:56 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Wed, 4 Apr 2012 22:10:24 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: fd86fe21d59fb196ed27fd0f71ab9e09302618d0 X-Git-Newrev: 360b31caf71477b07ed1c54b9ae4de5aa3c3176c X-Patchwork-Hint: ignore Message-Id: <20120405111656.116E796A10@busybox.osuosl.org> Subject: [Buildroot] [git commit] directfb: bump to 1.4.16 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 commit: http://git.buildroot.net/buildroot/commit/?id=360b31caf71477b07ed1c54b9ae4de5aa3c3176c branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- package/directfb/directfb.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk index 977d272..071cdf4 100644 --- a/package/directfb/directfb.mk +++ b/package/directfb/directfb.mk @@ -4,7 +4,7 @@ # ############################################################# DIRECTFB_VERSION_MAJOR = 1.4 -DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).15 +DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).16 DIRECTFB_SITE = http://www.directfb.org/downloads/Core/DirectFB-$(DIRECTFB_VERSION_MAJOR) DIRECTFB_SOURCE = DirectFB-$(DIRECTFB_VERSION).tar.gz DIRECTFB_AUTORECONF = YES