From: Roy.Li Date: Fri, 27 Jul 2012 08:15:01 +0000 (+0800) Subject: socat 1.7.2: add readline dependency X-Git-Tag: 2015-4~9740 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dc84ac6bc1c496501fe3cd4b4dfbc1b7ed973663;p=openembedded-core.git socat 1.7.2: add readline dependency [YOCTO #2844] socat has dependency on readline Signed-off-by: Roy.Li Signed-off-by: Richard Purdie --- 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 1273dcf0f2..33004e30b5 100644 --- a/meta/recipes-connectivity/socat/socat_1.7.2.0.bb +++ b/meta/recipes-connectivity/socat/socat_1.7.2.0.bb @@ -4,11 +4,11 @@ HOMEPAGE = "http://www.dest-unreach.org/socat/" SECTION = "console/network" -DEPENDS = "openssl" +DEPENDS = "openssl readline" LICENSE = "GPL-2.0+-with-OpenSSL-exception" -PR = "r0" +PR = "r1" SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=src \ file://compile.patch"