[oe-commits] Martin Jansa : tcl: Add dependency on zlib

git at git.openembedded.org git at git.openembedded.org
Sun Oct 6 08:37:21 UTC 2013


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sat Oct  5 14:23:05 2013 +0200

tcl: Add dependency on zlib

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/tcltk/tcl_8.6.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.0.bb b/meta/recipes-devtools/tcltk/tcl_8.6.0.bb
index 7273182..8d4df30 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.0.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Tool Command Language"
 LICENSE = "BSD-3-Clause"
 SECTION = "devel/tcltk"
 HOMEPAGE = "http://tcl.sourceforge.net"
-DEPENDS = "tcl-native"
+DEPENDS = "tcl-native zlib"
 LIC_FILES_CHKSUM = "file://../license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \
     file://../compat/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \
     file://../library/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \



More information about the Openembedded-commits mailing list