* [PATCH 1/1] socat 1.7.2: add readline dependency
@ 2012-07-27 8:15 rongqing.li
2012-07-29 9:32 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2012-07-27 8:15 UTC (permalink / raw)
To: openembedded-core
From: Roy.Li <rongqing.li@windriver.com>
[YOCTO #2844]
socat has dependency on readline
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
---
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"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-29 9:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27 8:15 [PATCH 1/1] socat 1.7.2: add readline dependency rongqing.li
2012-07-29 9:32 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox