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:44:27 +0000 |
commit | 4d04f4196c9a4cfe5c71cc2ef9ead7ba94b76aef (patch) | |
tree | 6ddaf4084d0b05b774cf53f31460b06ea6b19d2f /meta/recipes-devtools | |
parent | 27c106e087916b5e05b1b4663c6e121ad42a9281 (diff) | |
download | poky-4d04f4196c9a4cfe5c71cc2ef9ead7ba94b76aef.tar.gz |
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.
(From OE-Core rev: 187f7c18582e76beca76c523cad6be2d5fff5786)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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" | |||
14 | 14 | ||
15 | MOD_PV = "497" | 15 | MOD_PV = "497" |
16 | S = "${WORKDIR}/trunk" | 16 | S = "${WORKDIR}/trunk" |
17 | SRC_URI = "svn://svn.code.sf.net/p/unfs3/code;module=trunk;rev=${MOD_PV};protocol=http \ | 17 | # Only subversion url left in OE-Core, use a mirror tarball instead since |
18 | # this rarely changes. | ||
19 | # svn://svn.code.sf.net/p/unfs3/code;module=trunk;rev=${MOD_PV};protocol=http | ||
20 | SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/trunk_svn.code.sf.net_.p.unfs3.code_497_.tar.gz \ | ||
18 | file://unfs3_parallel_build.patch \ | 21 | file://unfs3_parallel_build.patch \ |
19 | file://alternate_rpc_ports.patch \ | 22 | file://alternate_rpc_ports.patch \ |
20 | file://fix_pid_race_parent_writes_child_pid.patch \ | 23 | 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 | |||
23 | file://relative_max_socket_path_len.patch \ | 26 | file://relative_max_socket_path_len.patch \ |
24 | file://tcp_no_delay.patch \ | 27 | file://tcp_no_delay.patch \ |
25 | " | 28 | " |
26 | SRC_URI[md5sum] = "3687acc4ee992e536472365dd99712a7" | 29 | SRC_URI[md5sum] = "2e43e471c77ade0331901c40b8f8e9a3" |
27 | SRC_URI[sha256sum] = "274b43ada9c6eea1da26eb7010d72889c5278984ba0b50dff4e093057d4d64f8" | 30 | SRC_URI[sha256sum] = "21009468a9ba07b72ea93780d025a63ab4e55bf8fc3127803c296f0900fe1bac" |
28 | 31 | ||
29 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
30 | 33 | ||