summaryrefslogtreecommitdiffstats
path: root/rules/python.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-16 17:12:07 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-16 17:12:07 +0000
commit677c5d482dd47349362f6f3e9971ada818b0b572 (patch)
treea39010ec17aaa0c07067db6f87f24d2bd1f0fc3f /rules/python.in
parent905543699521d1b5e3da1690f587323d99fb416d (diff)
downloadptxdist-677c5d482dd47349362f6f3e9971ada818b0b572.tar.gz
ptxdist-677c5d482dd47349362f6f3e9971ada818b0b572.tar.xz
moved python to it's own directories
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4113 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/python.in')
-rw-r--r--rules/python.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/rules/python.in b/rules/python.in
index 9a084a0e3..b5d4dd923 100644
--- a/rules/python.in
+++ b/rules/python.in
@@ -1 +1,11 @@
-# FIXME: There should be a *.in for this package
+config PYTHON23
+ bool
+ depends on BROKEN
+ prompt "Python 2.3"
+ depends on GLIBC_DL || UCLIBC_DL
+ select GLIBC_UTIL if GLIBC
+ select GCCLIBS_CXX
+
+comment "python23 is broken, please send a patch"
+ depends on !BROKEN
+