diff options
author | Choong YinThong <yin.thong.choong@intel.com> | 2017-05-25 09:54:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-30 10:15:20 +0100 |
commit | 4063637e687f388131914c4f85cadb71e9048bb2 (patch) | |
tree | 2fb7b717110daef94ec87210418e734a52c45836 | |
parent | db296fe84688456f3cd80a8aff9a920e5caf32d7 (diff) | |
download | poky-4063637e687f388131914c4f85cadb71e9048bb2.tar.gz |
unfs3: Rename mirror tarball to avoid clash
Rename the mirror tarball to align with recipe name
and avoid clash if user have local svn version.
[YOCTO #11501]
(From OE-Core rev: 83a1fcabab5797fcad10bc24e9ddce519a6f1ea2)
Signed-off-by: Choong YinThong <yin.thong.choong@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb | 3 |
1 files changed, 2 insertions, 1 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 52aa17e251..cebc8660d0 100644 --- a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb +++ b/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb | |||
@@ -17,7 +17,8 @@ S = "${WORKDIR}/trunk" | |||
17 | # Only subversion url left in OE-Core, use a mirror tarball instead since | 17 | # Only subversion url left in OE-Core, use a mirror tarball instead since |
18 | # this rarely changes. | 18 | # this rarely changes. |
19 | # svn://svn.code.sf.net/p/unfs3/code;module=trunk;rev=${MOD_PV};protocol=http | 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 \ | 20 | # rename the tarball in mirror to avoid clash with user local svn tarball |
21 | SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/unfs3-0.9.22.r497.tar.gz \ | ||
21 | file://unfs3_parallel_build.patch \ | 22 | file://unfs3_parallel_build.patch \ |
22 | file://alternate_rpc_ports.patch \ | 23 | file://alternate_rpc_ports.patch \ |
23 | file://fix_pid_race_parent_writes_child_pid.patch \ | 24 | file://fix_pid_race_parent_writes_child_pid.patch \ |