[oe-commits] Roy Li : tnftp: add openssl PACKAGECONFIG and inherit pkgconfig

git at git.openembedded.org git at git.openembedded.org
Wed Jul 30 07:36:30 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 2d7c7956bd3655755e1e800b7b05732f0c1a3786
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2d7c7956bd3655755e1e800b7b05732f0c1a3786

Author: Roy Li <rongqing.li at windriver.com>
Date:   Fri Jul 25 18:16:44 2014 +0800

tnftp: add openssl PACKAGECONFIG and inherit pkgconfig

Signed-off-by: Roy Li <rongqing.li at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-support/tnftp/tnftp_20130505.bb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/tnftp/tnftp_20130505.bb b/meta-networking/recipes-support/tnftp/tnftp_20130505.bb
index 80690c5..eda9d5c 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 \
 	   file://tnftp-autotools.patch \
 	  "
 
-inherit autotools update-alternatives
+inherit autotools update-alternatives pkgconfig
 
 ALTERNATIVE_PRIORITY = "100"
 
@@ -31,3 +31,6 @@ FILES_${PN} = "${bindir}/tnftp"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6d6796cb166a9bb050958241dad9479e"
 SRC_URI[md5sum] = "66e218d02ec7d9fc39ab70ba2900305a"
 SRC_URI[sha256sum] = "6f650e25f6fd51538f677b789b49379f367ae9f1dee74c94cfe24d92abc2cffb"
+
+PACKAGECONFIG ?= "openssl"
+PACKAGECONFIG[openssl] = "--enable-ssl, --disable-ssl --with-ssl=no, openssl"



More information about the Openembedded-commits mailing list