[oe-commits] Roy.Li : socat 1.7.2: add readline dependency

git at git.openembedded.org git at git.openembedded.org
Sun Jul 29 09:36:12 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: dc84ac6bc1c496501fe3cd4b4dfbc1b7ed973663
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=dc84ac6bc1c496501fe3cd4b4dfbc1b7ed973663

Author: Roy.Li <rongqing.li at windriver.com>
Date:   Fri Jul 27 16:15:01 2012 +0800

socat 1.7.2: add readline dependency

[YOCTO #2844]

socat has dependency on readline

Signed-off-by: Roy.Li <rongqing.li at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/socat/socat_1.7.2.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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..33004e3 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"
 





More information about the Openembedded-commits mailing list