1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

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 -1
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" LICENSE = "MIT"
inherit autotools inherit autotools