libnfs: Add gnutls build time dependency

It does not build without it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-12-18 09:00:34 -08:00
parent 8cbbded9ed
commit dedc9af69d
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -9,6 +9,8 @@ SRC_URI = "git://github.com/sahlberg/libnfs.git;protocol=https;branch=master \
SRCREV = "18c5c73ee88bb7dc8da0d55dc95164bb77e49dc6"
S = "${WORKDIR}/git"
DEPENDS += "gnutls"
inherit cmake
do_install:append() {