diff options
-rw-r--r-- | meta-networking/recipes-support/tnftp/tnftp_20130505.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/tnftp/tnftp_20130505.bb b/meta-networking/recipes-support/tnftp/tnftp_20130505.bb index 80690c5f84..eda9d5c0f0 100644 --- a/meta-networking/recipes-support/tnftp/tnftp_20130505.bb +++ b/meta-networking/recipes-support/tnftp/tnftp_20130505.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/${BPN}-${PV}.tar.gz \ | |||
18 | file://tnftp-autotools.patch \ | 18 | file://tnftp-autotools.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | inherit autotools update-alternatives | 21 | inherit autotools update-alternatives pkgconfig |
22 | 22 | ||
23 | ALTERNATIVE_PRIORITY = "100" | 23 | ALTERNATIVE_PRIORITY = "100" |
24 | 24 | ||
@@ -31,3 +31,6 @@ FILES_${PN} = "${bindir}/tnftp" | |||
31 | LIC_FILES_CHKSUM = "file://COPYING;md5=6d6796cb166a9bb050958241dad9479e" | 31 | LIC_FILES_CHKSUM = "file://COPYING;md5=6d6796cb166a9bb050958241dad9479e" |
32 | SRC_URI[md5sum] = "66e218d02ec7d9fc39ab70ba2900305a" | 32 | SRC_URI[md5sum] = "66e218d02ec7d9fc39ab70ba2900305a" |
33 | SRC_URI[sha256sum] = "6f650e25f6fd51538f677b789b49379f367ae9f1dee74c94cfe24d92abc2cffb" | 33 | SRC_URI[sha256sum] = "6f650e25f6fd51538f677b789b49379f367ae9f1dee74c94cfe24d92abc2cffb" |
34 | |||
35 | PACKAGECONFIG ?= "openssl" | ||
36 | PACKAGECONFIG[openssl] = "--enable-ssl, --disable-ssl --with-ssl=no, openssl" | ||