mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 19:51:49 +00:00
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:
parent
8cbbded9ed
commit
dedc9af69d
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user