From patchwork Tue Mar 27 08:49:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 148894 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id E735CB6EE7 for ; Tue, 27 Mar 2012 19:50:51 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5EFE48D180; Tue, 27 Mar 2012 08:50:43 +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 9tpbiSxwYIKk; Tue, 27 Mar 2012 08:50:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 8B79E8D178; Tue, 27 Mar 2012 08:50:35 +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 2B4C78F753 for ; Tue, 27 Mar 2012 08:50:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0A6588D0B6 for ; Tue, 27 Mar 2012 08:50:22 +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 thFnkG6+8ljs for ; Tue, 27 Mar 2012 08:50:20 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.visionsystems.de (ns.vscom.de [62.145.30.242]) by whitealder.osuosl.org (Postfix) with ESMTP id D000D8D006 for ; Tue, 27 Mar 2012 08:50:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id 3358D29D458; Tue, 27 Mar 2012 10:50:20 +0200 (CEST) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27076-03; Tue, 27 Mar 2012 10:50:03 +0200 (CEST) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id 41D4229D666; Tue, 27 Mar 2012 10:50:02 +0200 (CEST) Received: from development1.visionsystems.local ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Tue, 27 Mar 2012 10:50:00 +0200 From: yegorslists@googlemail.com To: buildroot@busybox.net Date: Tue, 27 Mar 2012 10:49:54 +0200 Message-Id: <1332838194-3638-2-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.7.7 In-Reply-To: <1332838194-3638-1-git-send-email-yegorslists@googlemail.com> References: <1332838194-3638-1-git-send-email-yegorslists@googlemail.com> X-OriginalArrivalTime: 27 Mar 2012 08:50:00.0987 (UTC) FILETIME=[985F86B0:01CD0BF6] X-Virus-Scanned: amavisd-new at visionsystems.de Subject: [Buildroot] [PATCH 2/2] 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 From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- 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