summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-07-01 11:53:09 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-02 08:13:07 +0100
commit3bcd44957dcdcf4b80d7891662ffcdea004974c6 (patch)
tree9f3d9ee93cddabfecc402e367791675acb5ec0a1
parent548b12f6725a6917b98429434bd41ff9ded5b910 (diff)
downloadpoky-3bcd44957dcdcf4b80d7891662ffcdea004974c6.tar.gz
unfs3: Switch to new upstream location
This uses the same code revision in the new repository. (From OE-Core rev: c7d9991b7536233f33226a729edaf3ba816abc73) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/unfs3/unfs3_git.bb (renamed from meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb)19
1 files changed, 5 insertions, 14 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb
index 5a81a8fdb1..4b2cd5f2ce 100644
--- a/meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb
+++ b/meta/recipes-devtools/unfs3/unfs3_git.bb
@@ -3,24 +3,14 @@ SECTION = "console/network"
3LICENSE = "unfs3" 3LICENSE = "unfs3"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e"
5 5
6# SVN support for upstream version check isn't implemented yet
7RECIPE_UPSTREAM_VERSION = "0.9.22.r497"
8RECIPE_UPSTREAM_DATE = "Oct 08, 2015"
9CHECK_DATE = "Dec 10, 2015"
10
11DEPENDS = "flex-native bison-native flex" 6DEPENDS = "flex-native bison-native flex"
12DEPENDS += "libtirpc" 7DEPENDS += "libtirpc"
13DEPENDS_append_class-nativesdk = " flex-nativesdk" 8DEPENDS_append_class-nativesdk = " flex-nativesdk"
14 9
15ASNEEDED = "" 10ASNEEDED = ""
16 11
17MOD_PV = "497" 12S = "${WORKDIR}/git"
18S = "${WORKDIR}/trunk" 13SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https \
19# Only subversion url left in OE-Core, use a mirror tarball instead since
20# this rarely changes.
21# svn://svn.code.sf.net/p/unfs3/code;module=trunk;rev=${MOD_PV};protocol=http
22# rename the tarball in mirror to avoid clash with user local svn tarball
23SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/unfs3-0.9.22.r497.tar.gz \
24 file://unfs3_parallel_build.patch \ 14 file://unfs3_parallel_build.patch \
25 file://alternate_rpc_ports.patch \ 15 file://alternate_rpc_ports.patch \
26 file://fix_pid_race_parent_writes_child_pid.patch \ 16 file://fix_pid_race_parent_writes_child_pid.patch \
@@ -31,8 +21,9 @@ SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/unfs3-0.9.22.r497.ta
31 file://0001-daemon.c-Libtirpc-porting-fixes.patch \ 21 file://0001-daemon.c-Libtirpc-porting-fixes.patch \
32 file://0001-attr-fix-utime-for-symlink.patch \ 22 file://0001-attr-fix-utime-for-symlink.patch \
33 " 23 "
34SRC_URI[md5sum] = "2e43e471c77ade0331901c40b8f8e9a3" 24SRCREV = "c12a5c69a8d59be6916cbd0e0f41c159f1962425"
35SRC_URI[sha256sum] = "21009468a9ba07b72ea93780d025a63ab4e55bf8fc3127803c296f0900fe1bac" 25
26PV = "0.9.22+${SRCPV}"
36 27
37BBCLASSEXTEND = "native nativesdk" 28BBCLASSEXTEND = "native nativesdk"
38 29