diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-23 23:57:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-26 10:41:09 +0000 |
commit | 187f7c18582e76beca76c523cad6be2d5fff5786 (patch) | |
tree | eb6cdeecd7398227739ab746eaa2a3c47a5b345d /meta | |
parent | 57be81156f74666ff2ed2755f5faa48edf00e4dc (diff) | |
download | openembedded-core-187f7c18582e76beca76c523cad6be2d5fff5786.tar.gz openembedded-core-187f7c18582e76beca76c523cad6be2d5fff5786.tar.bz2 openembedded-core-187f7c18582e76beca76c523cad6be2d5fff5786.zip |
unfs3: Switch to using mirror tarball instead of subversion
This really is the last subversion url in OE-Core so replacing it with
a mirror tarball will save us from the subversion-native build chain.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb index e7574fb72a..52aa17e251 100644 --- a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb +++ b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb @@ -14,7 +14,10 @@ DEPENDS_append_class-nativesdk = " flex-nativesdk" MOD_PV = "497" S = "${WORKDIR}/trunk" -SRC_URI = "svn://svn.code.sf.net/p/unfs3/code;module=trunk;rev=${MOD_PV};protocol=http \ +# Only subversion url left in OE-Core, use a mirror tarball instead since +# this rarely changes. +# svn://svn.code.sf.net/p/unfs3/code;module=trunk;rev=${MOD_PV};protocol=http +SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/trunk_svn.code.sf.net_.p.unfs3.code_497_.tar.gz \ file://unfs3_parallel_build.patch \ file://alternate_rpc_ports.patch \ file://fix_pid_race_parent_writes_child_pid.patch \ @@ -23,8 +26,8 @@ SRC_URI = "svn://svn.code.sf.net/p/unfs3/code;module=trunk;rev=${MOD_PV};protoco file://relative_max_socket_path_len.patch \ file://tcp_no_delay.patch \ " -SRC_URI[md5sum] = "3687acc4ee992e536472365dd99712a7" -SRC_URI[sha256sum] = "274b43ada9c6eea1da26eb7010d72889c5278984ba0b50dff4e093057d4d64f8" +SRC_URI[md5sum] = "2e43e471c77ade0331901c40b8f8e9a3" +SRC_URI[sha256sum] = "21009468a9ba07b72ea93780d025a63ab4e55bf8fc3127803c296f0900fe1bac" BBCLASSEXTEND = "native nativesdk" |