From 879ac8fb9f49d41bc2c96735c8a44a4e6342f81c Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 15 Oct 2010 14:42:34 +0100 Subject: libffi: fix the uri It had the previous version hard-coded Signed-off-by: Joshua Lock --- meta/recipes-gnome/libffi/libffi_3.0.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-gnome/libffi') diff --git a/meta/recipes-gnome/libffi/libffi_3.0.9.bb b/meta/recipes-gnome/libffi/libffi_3.0.9.bb index 4816530935..3959ef2262 100644 --- a/meta/recipes-gnome/libffi/libffi_3.0.9.bb +++ b/meta/recipes-gnome/libffi/libffi_3.0.9.bb @@ -1,4 +1,4 @@ -SRC_URI = "ftp://sourceware.org/pub/libffi/libffi-3.0.8.tar.gz" +SRC_URI = "ftp://sourceware.org/pub/libffi/${BPN}-${PV}.tar.gz" LICENSE = "MIT" inherit autotools -- cgit v1.2.3-54-g00ecf