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