mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user