[OE-core] [oe-core][PATCH 2/2] socat: add dependency on tcp-wrappers

b28495 at freescale.com b28495 at freescale.com
Fri Oct 11 08:11:45 UTC 2013


From: Ting Liu <b28495 at freescale.com>

Fix the below issue:
| Computing transaction...error: Can't install
| socat-1.7.2.2-r0 at ppce500v2: no package provides libwrap.so.0
|
| Saving cache...
|

Signed-off-by: Ting Liu <b28495 at freescale.com>
---
 meta/recipes-connectivity/socat/socat_1.7.2.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.2.bb b/meta/recipes-connectivity/socat/socat_1.7.2.2.bb
index f015def..6f1bf0c 100644
--- a/meta/recipes-connectivity/socat/socat_1.7.2.2.bb
+++ b/meta/recipes-connectivity/socat/socat_1.7.2.2.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.dest-unreach.org/socat/"
 
 SECTION = "console/network"
 
-DEPENDS = "openssl readline"
+DEPENDS = "openssl readline tcp-wrappers"
 
 LICENSE = "GPL-2.0+-with-OpenSSL-exception"
 LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \
-- 
1.7.3.4





More information about the Openembedded-core mailing list