[OE-core] [PATCH] python: Add tk to DEPENDS

Andrei Gherzan andrei at gherzan.ro
Fri Mar 23 23:14:27 UTC 2012


This is needed for _tkinter python module.

[YOCTO #1937]

Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>
---
 meta/recipes-devtools/python/python_2.7.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2.7.2.bb
index cb0a1d5..6969929 100644
--- a/meta/recipes-devtools/python/python_2.7.2.bb
+++ b/meta/recipes-devtools/python/python_2.7.2.bb
@@ -1,5 +1,5 @@
 require python.inc
-DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib"
+DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib tk"
 DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
 PR = "${INC_PR}.8"
 
-- 
1.7.5.4





More information about the Openembedded-core mailing list