[vuplus-wifi-util] fix default ccode
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-connectivity / libnfs / libnfs.bb
1 SUMMARY = "LIBNFS is a client library for accessing NFS shares over a network."
2 SECTION = "network"
3 LICENSE = "GPLv2"
4 LIC_FILES_CHKSUM = "file://COPYING;md5=a8375400e512ca525d061f32fb28b83a"
5
6 inherit autotools
7
8 PR = "ruby-r1"
9
10 SRCREV="libnfs-1.9.2"
11
12 SRC_URI = "git://github.com/sahlberg/libnfs;protocol=https;branch=master;tag=${SRCREV} \
13 "
14 S = "${WORKDIR}/git"