| Submitter | rongqing.li@windriver.com |
|---|---|
| Date | July 27, 2012, 8:15 a.m. |
| Message ID | <1343376901-8839-1-git-send-email-rongqing.li@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/33175/ |
| State | Accepted |
| Commit | dc84ac6bc1c496501fe3cd4b4dfbc1b7ed973663 |
| Headers | show |
Comments
On Fri, 2012-07-27 at 16:15 +0800, rongqing.li@windriver.com wrote: > 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(-) Merged to master, thanks. Richard
Patch
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"