mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libnfs: add recipe
This package is e.g. needed as a dependency for kodi or gvfs Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
38dda849d5
commit
8486680d5b
10
meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb
Normal file
10
meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
SUMMARY = "NFS client library"
|
||||
HOMEPAGE = "https://github.com/sahlberg/libnfs"
|
||||
LICENSE = "LGPL-2.1-only & BSD-2-Clause & GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=825301ba17efc9d188ee0abd4b924ada"
|
||||
|
||||
SRC_URI = "git://github.com/sahlberg/libnfs.git;protocol=https;branch=master"
|
||||
SRCREV = "40348f45d6beb8a8f50b6b63414a98fc1a061b7d"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
Loading…
Reference in New Issue
Block a user