aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2009-06-11 18:11:51 +0100
committerPhil Blundell <philb@gnu.org>2009-06-11 18:11:51 +0100
commit00a293b3606260e5dabdf0403a59115b3cc9e132 (patch)
tree8df1925cc7d79c52d0dfb25eab053a57dd0d3719
parent664a9ef0ada190874c5bd1d04d873da4ed7975fc (diff)
downloadopenembedded-00a293b3606260e5dabdf0403a59115b3cc9e132.tar.gz
directfb: try harder to get src_uri correct
-rw-r--r--conf/checksums.ini2
-rw-r--r--recipes/directfb/directfb_1.2.8.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 631f1fb528..dfc83be224 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -226,7 +226,7 @@ sha256=80ab8e34246a280bc380020cf331bcc0014cf816380cee3935ad455c108e661e
md5=59ca16f600e96c8c104a485ff7c322c6
sha256=80ab8e34246a280bc380020cf331bcc0014cf816380cee3935ad455c108e661e
-[http://directfb.org/downloads/Core/DirectFB-1.2.8.tar.gz]
+[http://directfb.org/downloads/Core/DirectFB-1.2/DirectFB-1.2.8.tar.gz]
md5=ac13d21682aa368df4e177ae5b51ad2d
sha256=cbf94eb10e9c305c81b24e298e55c7825df5ab9060d82443f7b9734f760f859d
diff --git a/recipes/directfb/directfb_1.2.8.bb b/recipes/directfb/directfb_1.2.8.bb
index 985d3de043..4d3eb90893 100644
--- a/recipes/directfb/directfb_1.2.8.bb
+++ b/recipes/directfb/directfb_1.2.8.bb
@@ -5,7 +5,7 @@ RV = "1.2-0"
DEPENDS += "sysfsutils"
SRC_URI = " \
- http://directfb.org/downloads/Core/1.2/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 \