mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +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:
@@ -9,6 +9,8 @@ SRC_URI = "git://github.com/sahlberg/libnfs.git;protocol=https;branch=master \
|
|||||||
SRCREV = "18c5c73ee88bb7dc8da0d55dc95164bb77e49dc6"
|
SRCREV = "18c5c73ee88bb7dc8da0d55dc95164bb77e49dc6"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
DEPENDS += "gnutls"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
|
|||||||
Reference in New Issue
Block a user