Support gles animation.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-connectivity / libnfs / libnfs.bb
diff --git a/meta-openvuplus/recipes-connectivity/libnfs/libnfs.bb b/meta-openvuplus/recipes-connectivity/libnfs/libnfs.bb
new file mode 100644 (file)
index 0000000..cb47f3e
--- /dev/null
@@ -0,0 +1,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=git;branch=master;tag=${SRCREV} \
+"
+S = "${WORKDIR}/git"