All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tnftp: add openssl PACKAGECONFIG and inherit pkgconfig
@ 2014-07-25 10:16 rongqing.li
  2014-07-25 10:18 ` Rongqing Li
  0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2014-07-25 10:16 UTC (permalink / raw)
  To: openembedded-devel

From: Roy Li <rongqing.li@windriver.com>

Signed-off-by: Roy Li <rongqing.li@windriver.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..ae2bc67 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"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tnftp: add openssl PACKAGECONFIG and inherit pkgconfig
  2014-07-25 10:16 [PATCH] tnftp: add openssl PACKAGECONFIG and inherit pkgconfig rongqing.li
@ 2014-07-25 10:18 ` Rongqing Li
  0 siblings, 0 replies; 2+ messages in thread
From: Rongqing Li @ 2014-07-25 10:18 UTC (permalink / raw)
  To: openembedded-devel, Joe MacDonald

it should meta-networking

On 07/25/2014 06:16 PM, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
>
> Signed-off-by: Roy Li <rongqing.li@windriver.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..ae2bc67 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"
>

-- 
Best Reagrds,
Roy | RongQing Li


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-25 10:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 10:16 [PATCH] tnftp: add openssl PACKAGECONFIG and inherit pkgconfig rongqing.li
2014-07-25 10:18 ` Rongqing Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.