[oe-commits] Krzysztof Sywula : Minicom depends on libiconv

git at git.openembedded.org git at git.openembedded.org
Wed Dec 18 17:06:08 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 1d6caef7222d0c1086a08a109ea4135a388c88e6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1d6caef7222d0c1086a08a109ea4135a388c88e6

Author: Krzysztof Sywula <krzysztof.m.sywula at intel.com>
Date:   Wed Dec 18 15:01:54 2013 +0000

Minicom depends on libiconv

Signed-off-by: Krzysztof Sywula <krzysztof.m.sywula at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/minicom/minicom_2.6.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/minicom/minicom_2.6.2.bb b/meta/recipes-extended/minicom/minicom_2.6.2.bb
index 5694cc2..071682d 100644
--- a/meta/recipes-extended/minicom/minicom_2.6.2.bb
+++ b/meta/recipes-extended/minicom/minicom_2.6.2.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Text-based modem control and terminal emulation program"
 DESCRIPTION = "Minicom is a text-based modem control and terminal emulation program for Unix-like operating systems"
 SECTION = "console/network"
-DEPENDS = "ncurses"
+DEPENDS = "ncurses virtual/libiconv"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \
                     file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81"



More information about the Openembedded-commits mailing list