diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-04-08 17:19:57 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-08 10:05:00 -0700 |
commit | 8486680d5bcacbcb60143f4671235745c539c2f2 (patch) | |
tree | 8b57099cbb07965609f7015e548225490d2ba1b4 | |
parent | 38dda849d5c408411941b55024325f82d124b2f1 (diff) | |
download | meta-openembedded-8486680d5bcacbcb60143f4671235745c539c2f2.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb b/meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb new file mode 100644 index 0000000000..7a40f4efc3 --- /dev/null +++ b/meta-oe/recipes-connectivity/libnfs/libnfs_5.0.2.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "NFS client library" | ||
2 | HOMEPAGE = "https://github.com/sahlberg/libnfs" | ||
3 | LICENSE = "LGPL-2.1-only & BSD-2-Clause & GPL-3.0-only" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=825301ba17efc9d188ee0abd4b924ada" | ||
5 | |||
6 | SRC_URI = "git://github.com/sahlberg/libnfs.git;protocol=https;branch=master" | ||
7 | SRCREV = "40348f45d6beb8a8f50b6b63414a98fc1a061b7d" | ||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | inherit cmake | ||