[oe-commits] Florian Boor : socat: depend on readline

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 14:02:23 UTC 2012


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

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Fri Nov  5 00:23:23 2010 +0100

socat: depend on readline

    Required package to build socat

Signed-off-by: Florian Boor <florian.boor at kernelconcepts.de>

---

 recipes/socat/socat_1.7.1.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/socat/socat_1.7.1.2.bb b/recipes/socat/socat_1.7.1.2.bb
index 3b56de1..058e055 100644
--- a/recipes/socat/socat_1.7.1.2.bb
+++ b/recipes/socat/socat_1.7.1.2.bb
@@ -1,5 +1,5 @@
 SECTION = "console/network"
-DEPENDS = "openssl"
+DEPENDS = "openssl readline"
 DESCRIPTION = "Socat is a relay for bidirectional data \
 transfer between two independent data channels."
 LICENSE = "GPL"





More information about the Openembedded-commits mailing list