diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-07-01 11:53:09 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-02 08:13:07 +0100 |
commit | 3bcd44957dcdcf4b80d7891662ffcdea004974c6 (patch) | |
tree | 9f3d9ee93cddabfecc402e367791675acb5ec0a1 | |
parent | 548b12f6725a6917b98429434bd41ff9ded5b910 (diff) | |
download | poky-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" | |||
3 | LICENSE = "unfs3" | 3 | LICENSE = "unfs3" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e" |
5 | 5 | ||
6 | # SVN support for upstream version check isn't implemented yet | ||
7 | RECIPE_UPSTREAM_VERSION = "0.9.22.r497" | ||
8 | RECIPE_UPSTREAM_DATE = "Oct 08, 2015" | ||
9 | CHECK_DATE = "Dec 10, 2015" | ||
10 | |||
11 | DEPENDS = "flex-native bison-native flex" | 6 | DEPENDS = "flex-native bison-native flex" |
12 | DEPENDS += "libtirpc" | 7 | DEPENDS += "libtirpc" |
13 | DEPENDS_append_class-nativesdk = " flex-nativesdk" | 8 | DEPENDS_append_class-nativesdk = " flex-nativesdk" |
14 | 9 | ||
15 | ASNEEDED = "" | 10 | ASNEEDED = "" |
16 | 11 | ||
17 | MOD_PV = "497" | 12 | S = "${WORKDIR}/git" |
18 | S = "${WORKDIR}/trunk" | 13 | SRC_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 | ||
23 | SRC_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 | " |
34 | SRC_URI[md5sum] = "2e43e471c77ade0331901c40b8f8e9a3" | 24 | SRCREV = "c12a5c69a8d59be6916cbd0e0f41c159f1962425" |
35 | SRC_URI[sha256sum] = "21009468a9ba07b72ea93780d025a63ab4e55bf8fc3127803c296f0900fe1bac" | 25 | |
26 | PV = "0.9.22+${SRCPV}" | ||
36 | 27 | ||
37 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |
38 | 29 | ||