libffi: fix the uri

It had the previous version hard-coded

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-10-15 14:42:34 +01:00
parent 95cf36fbd1
commit 879ac8fb9f
1 changed files with 1 additions and 1 deletions

View 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