diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-11 18:11:51 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-11 18:11:51 +0100 |
commit | 00a293b3606260e5dabdf0403a59115b3cc9e132 (patch) | |
tree | 8df1925cc7d79c52d0dfb25eab053a57dd0d3719 /recipes | |
parent | 664a9ef0ada190874c5bd1d04d873da4ed7975fc (diff) |
directfb: try harder to get src_uri correct
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/directfb/directfb_1.2.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |