diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-10-05 14:23:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-07 09:37:33 +0100 |
commit | 280045cc666a6a0402381fe0d3032810ec078bc0 (patch) | |
tree | 5e413ccffbede640f3fd46e5600767e2f133f305 | |
parent | 854fa8ef7beca80435607d1f73f681a510f60d88 (diff) | |
download | poky-280045cc666a6a0402381fe0d3032810ec078bc0.tar.gz |
tcl: Add dependency on zlib
(From OE-Core rev: 68309428b853acad39b50877091edfad7754d50c)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 7273182720..8d4df30f51 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" | |||
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | SECTION = "devel/tcltk" | 3 | SECTION = "devel/tcltk" |
4 | HOMEPAGE = "http://tcl.sourceforge.net" | 4 | HOMEPAGE = "http://tcl.sourceforge.net" |
5 | DEPENDS = "tcl-native" | 5 | DEPENDS = "tcl-native zlib" |
6 | LIC_FILES_CHKSUM = "file://../license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ | 6 | LIC_FILES_CHKSUM = "file://../license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ |
7 | file://../compat/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ | 7 | file://../compat/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ |
8 | file://../library/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ | 8 | file://../library/license.terms;md5=3c6f62c07835353e36f0db550ccfb65a \ |