Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] python2: Add PACKAGECONFIG for tkinter to support tk from meta-oe
@ 2014-07-14 14:46 Jate Sujjavanich
  2014-07-14 15:31 ` Enrico Scholz
  0 siblings, 1 reply; 6+ messages in thread
From: Jate Sujjavanich @ 2014-07-14 14:46 UTC (permalink / raw)
  To: openembedded-core, richard.purdie

Previously, the python recipe did not have a way to add a DEPENDS on
tk.

This makes the option available for users of the meta-oe/meta-oe layer.

Signed-off-by: Jate Sujjavanich <jatedev@gmail.com>
---
 meta/recipes-devtools/python/python_2.7.3.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb
index 0d64172..cc54296 100644
--- a/meta/recipes-devtools/python/python_2.7.3.bb
+++ b/meta/recipes-devtools/python/python_2.7.3.bb
@@ -42,6 +42,8 @@ S = "${WORKDIR}/Python-${PV}"
 
 inherit autotools multilib_header python-dir pythonnative
 
+PACKAGECONFIG[tkinter] = ",,tk,tk tk-lib"
+
 # The 3 lines below are copied from the libffi recipe, ctypes ships its own copy of the libffi sources
 #Somehow gcc doesn't set __SOFTFP__ when passing -mfloatabi=softp :(
 TARGET_CC_ARCH_append_armv6 = " -D__SOFTFP__"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-07-21  3:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-14 14:46 [PATCH] python2: Add PACKAGECONFIG for tkinter to support tk from meta-oe Jate Sujjavanich
2014-07-14 15:31 ` Enrico Scholz
2014-07-14 17:58   ` Jate S
2014-07-14 18:32     ` Enrico Scholz
2014-07-21  1:01       ` Jate S
2014-07-21  3:08         ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox