[OE-core] [PATCH] socat: missing several dependencies

Amy Fong amy.fong at windriver.com
Tue Jul 31 18:56:29 UTC 2012


socat: missing several dependencies
    
socat depends on ncurses, readline, and tcp-wrappers
    
Signed-off-by: Amy Fong <amy.fong at 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"
 




More information about the Openembedded-core mailing list