summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-connectivity/libnfs/libnfs.bb
blob: 3efd0ec2478bfc8684c9e91d8674b2f1eb003225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "LIBNFS is a client library for accessing NFS shares over a network."
SECTION = "network"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=a8375400e512ca525d061f32fb28b83a"

inherit autotools

PR = "ruby-r1"

SRCREV="libnfs-1.9.2"

SRC_URI = "git://github.com/sahlberg/libnfs;protocol=https;branch=master;tag=${SRCREV} \
"
S = "${WORKDIR}/git"