DirectFB recipe in stable branch points to the following URL: http://directfb.org/downloads/Core/DirectFB-1.2.7.tar.gz But DirectFB URL has changed to: http://directfb.org/downloads/Core/DirectFB-1.2/DirectFB-1.2.7.tar.gz

There's a patch attached that fix this issue.

Att.
Jader H. Silva
2MI Tecnologia
>From 29974323c7a8d7fb9d151b024d5ba8014c0d1dad Mon Sep 17 00:00:00 2001
From: Jader Henrique da Silva <[email protected]>
Date: Wed, 9 Sep 2009 14:59:28 -0300
Subject: [PATCH] Fix directfb url

---
 conf/checksums.ini                 |    2 +-
 recipes/directfb/directfb_1.2.7.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 74bb1cb..99fdc88 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -214,7 +214,7 @@ sha256=f12ec5f0864d85268a8d67e4919cb7f3d7f0e06ed6cc278c952f6c342673d931
 md5=caea8bcfc9c1d391e56d85e437005a5d
 sha256=0875e553a17fe65e920ad810a67aa6faca582c53476d8dc75880a6b3da625d0b
 
-[http://directfb.org/downloads/Core/DirectFB-1.2.7.tar.gz]
+[http://directfb.org/downloads/Core/DirectFB-1.2/DirectFB-1.2.7.tar.gz]
 md5=59ca16f600e96c8c104a485ff7c322c6
 sha256=80ab8e34246a280bc380020cf331bcc0014cf816380cee3935ad455c108e661e
 
diff --git a/recipes/directfb/directfb_1.2.7.bb b/recipes/directfb/directfb_1.2.7.bb
index be6a6da..8e5d5cf 100644
--- a/recipes/directfb/directfb_1.2.7.bb
+++ b/recipes/directfb/directfb_1.2.7.bb
@@ -6,7 +6,7 @@ PR = "r0"
 DEPENDS += "sysfsutils"
 
 SRC_URI = " \
-    http://directfb.org/downloads/Core/DirectFB-${PV}.tar.gz \
+    http://directfb.org/downloads/Core/DirectFB-1.2/DirectFB-${PV}.tar.gz \
     file://directfb-1.2.x-fix-pkgconfig-cflags.patch;patch=1 \
     file://mkdfiff.patch;patch=1 \
     file://dont-use-linux-config.patch;patch=1 \
-- 
1.6.0.4

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to