mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
Drop all of the patches that have been merged upstream. The build no longer needs the flex runtime library so remove flex from DEPENDS. License-Update: contributor list updated. (From OE-Core rev: 3370ef98b6fe74b56b9e6b42b915a536195094cd) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
815 B
BlitzBasic
22 lines
815 B
BlitzBasic
SUMMARY = "Userspace NFS server v3 protocol"
|
|
DESCRIPTION = "UNFS3 is a user-space implementation of the NFSv3 server \
|
|
specification. It provides a daemon for the MOUNT and NFS protocols, which \
|
|
are used by NFS clients for accessing files on the server."
|
|
HOMEPAGE = "https://github.com/unfs3/unfs3"
|
|
SECTION = "console/network"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c1c621cd2786a3a1344a60a0d608c910"
|
|
|
|
DEPENDS = "bison-native flex-native libtirpc"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master;tag=${BP}"
|
|
SRCREV = "ec1660ba33c80d5c67131e163e68834c1a10e243"
|
|
UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF:append:class-native = " --sbindir=${bindir}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|