From patchwork Tue Jul 31 18:56:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: socat: missing several dependencies Date: Tue, 31 Jul 2012 18:56:29 -0000 From: Amy Fong X-Patchwork-Id: 33443 Message-Id: <20120731185629.GA13766@windriver.com> To: Openembedded core socat: missing several dependencies socat depends on ncurses, readline, and tcp-wrappers Signed-off-by: Amy Fong --- 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"