]> code.ossystems Code Review - openembedded-core.git/commitdiff
libffi: fix the uri
authorJoshua Lock <josh@linux.intel.com>
Fri, 15 Oct 2010 13:42:34 +0000 (14:42 +0100)
committerJoshua Lock <josh@linux.intel.com>
Fri, 15 Oct 2010 13:43:10 +0000 (14:43 +0100)
It had the previous version hard-coded

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-gnome/libffi/libffi_3.0.9.bb

index 4816530935f8adcdfa1ad1225e02856892b69e72..3959ef2262f0872bcf60851792c41f8013016af8 100644 (file)
@@ -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