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:55:28 +0100 |
commit | edc2559a738827db6cd737ba9e14481fed306ce8 (patch) | |
tree | 1ca83a4163dfb48eea0edcd3f4315f4041ced376 | |
parent | 33157b1d7c7664b9f05f89eaad3509ddeb2d49de (diff) | |
download | poky-edc2559a738827db6cd737ba9e14481fed306ce8.tar.gz |
socat 1.7.2: add readline dependency
[YOCTO #2844]
socat has dependency on readline
(From OE-Core rev: dc84ac6bc1c496501fe3cd4b4dfbc1b7ed973663)
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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/" | |||
4 | 4 | ||
5 | SECTION = "console/network" | 5 | SECTION = "console/network" |
6 | 6 | ||
7 | DEPENDS = "openssl" | 7 | DEPENDS = "openssl readline" |
8 | 8 | ||
9 | LICENSE = "GPL-2.0+-with-OpenSSL-exception" | 9 | LICENSE = "GPL-2.0+-with-OpenSSL-exception" |
10 | 10 | ||
11 | PR = "r0" | 11 | PR = "r1" |
12 | SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=src \ | 12 | SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2;name=src \ |
13 | file://compile.patch" | 13 | file://compile.patch" |
14 | 14 | ||