diff options
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 | ||