diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-11 15:36:21 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-11 15:36:21 +0100 |
commit | a7fead0cf8f0fde101ecb38690c64d73b4ee2a09 (patch) | |
tree | 17c4246f4312b3e49e4a93c90f71832128ed267f /recipes/directfb/directfb_1.2.8.bb | |
parent | e2918017ec1e8e750263345c5bad359d3e46416a (diff) |
directfb-1.2.8: cope with reorganisation of download structure on website
Diffstat (limited to 'recipes/directfb/directfb_1.2.8.bb')
-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 bf0b95e280..985d3de043 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/DirectFB-${PV}.tar.gz \ + http://directfb.org/downloads/Core/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 \ |