* [PATCH] socat: missing several dependencies
@ 2012-07-31 18:56 Amy Fong
2012-08-13 6:54 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Amy Fong @ 2012-07-31 18:56 UTC (permalink / raw)
To: Openembedded core
socat: missing several dependencies
socat depends on ncurses, readline, and tcp-wrappers
Signed-off-by: Amy Fong <amy.fong@windriver.com>
---
socat_1.7.2.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.0.bb b/meta/recipes-connectivity/socat/socat_1.7.2.0.bb
index 1273dcf..0faf016 100644
--- a/meta/recipes-connectivity/socat/socat_1.7.2.0.bb
+++ b/meta/recipes-connectivity/socat/socat_1.7.2.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.dest-unreach.org/socat/"
SECTION = "console/network"
-DEPENDS = "openssl"
+DEPENDS = "openssl readline ncurses tcp-wrappers"
LICENSE = "GPL-2.0+-with-OpenSSL-exception"
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] socat: missing several dependencies
2012-07-31 18:56 [PATCH] socat: missing several dependencies Amy Fong
@ 2012-08-13 6:54 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-08-13 6:54 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Cc: Patches and discussions about the oe-core layer
On 07/31/2012 09:56 PM, Amy Fong wrote:
> socat: missing several dependencies
>
> socat depends on ncurses, readline, and tcp-wrappers
>
> Signed-off-by: Amy Fong <amy.fong@windriver.com>
> ---
> socat_1.7.2.0.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.0.bb b/meta/recipes-connectivity/socat/socat_1.7.2.0.bb
> index 1273dcf..0faf016 100644
> --- a/meta/recipes-connectivity/socat/socat_1.7.2.0.bb
> +++ b/meta/recipes-connectivity/socat/socat_1.7.2.0.bb
> @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.dest-unreach.org/socat/"
>
> SECTION = "console/network"
>
> -DEPENDS = "openssl"
> +DEPENDS = "openssl readline ncurses tcp-wrappers"
>
I have been thinking on this one and trying to understand why we should
need to have readline and ncurses for socat, is there any configure
flags to disable these instead of depending on them?
It also seems that tcp-wrappers' libwrap is also optional and can be
disabled via the configure options. I can see value of libwrap here,
but we have not explicitly enabled it in the past, so my initial thought
here is to disable it instead of adding the DEPENDS.
Sau!
> LICENSE = "GPL-2.0+-with-OpenSSL-exception"
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-13 7:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31 18:56 [PATCH] socat: missing several dependencies Amy Fong
2012-08-13 6:54 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox