[Buildroot] [PATCH] directfb: bump to version 1.4.13

Fei, Yiyang YiYang.Fei at barco.com
Thu Aug 11 16:51:32 UTC 2011


The newest release of directfb is actually 1.5.3.  Is there a specific
reason you need to stick with 1.4.x?  V1.5.3 also has build issues due
to ARM v6 instructions which are not supported on my processor.  I'm
working with directfb to resolve it.

Best,
Yiyang


Message: 7
Date: Thu, 11 Aug 2011 12:44:07 +0200
From: Sven Neumann <s.neumann at raumfeld.com>
To: buildroot at busybox.net
Subject: [Buildroot] [PATCH] directfb: bump to version 1.4.13
Message-ID: <1313059447-17209-1-git-send-email-s.neumann at raumfeld.com>

There's an even newer stable release available (1.4.14), but it
has problems with cross-compilation that we are still resolving
on the directfb-dev mailing-list.

Signed-off-by: Sven Neumann <s.neumann at raumfeld.com>
---
 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 5af65d7..c32fcdb 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).11
+DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).13
 DIRECTFB_SITE =
http://www.directfb.org/downloads/Core/DirectFB-$(DIRECTFB_VERSION_MAJOR
)
 DIRECTFB_SOURCE = DirectFB-$(DIRECTFB_VERSION).tar.gz
 DIRECTFB_AUTORECONF = YES
-- 
1.7.4.1



More information about the buildroot mailing list