diff options
author | Roy.Li <rongqing.li@windriver.com> | 2012-07-27 16:15:01 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-29 10:32:22 +0100 |
commit | dc84ac6bc1c496501fe3cd4b4dfbc1b7ed973663 (patch) | |
tree | 5dccd423904ebec8c72cabbb224bb91f4df33482 /meta/recipes-connectivity | |
parent | 018d5b87bdf00e85fe34e6276bd99e118843d704 (diff) | |
download | openembedded-core-dc84ac6bc1c496501fe3cd4b4dfbc1b7ed973663.tar.gz openembedded-core-dc84ac6bc1c496501fe3cd4b4dfbc1b7ed973663.tar.bz2 openembedded-core-dc84ac6bc1c496501fe3cd4b4dfbc1b7ed973663.zip |
socat 1.7.2: add readline dependency
[YOCTO #2844]
socat has dependency on readline
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | 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 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" |