summaryrefslogtreecommitdiffstats
path: root/rules/shiboken.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-08-25 10:33:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-08-25 13:38:05 +0200
commit6e3ba083ef9486f2d6002e616d07ee4e8168c85d (patch)
tree73495eb8d8ebed650567fb17266578f179e548a4 /rules/shiboken.in
parentd3ac83f3aa87d833dfebab501a5f9ecaf19dcd97 (diff)
downloadptxdist-6e3ba083ef9486f2d6002e616d07ee4e8168c85d.tar.gz
ptxdist-6e3ba083ef9486f2d6002e616d07ee4e8168c85d.tar.xz
pyside/shiboken: move to staging
This is an old version that used Python 2. The download ist broken and building shiboken fails with gcc 9.x. python3-pyside should be used instead. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/shiboken.in')
-rw-r--r--rules/shiboken.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/rules/shiboken.in b/rules/shiboken.in
index 1fc1e237a..f1496d6c6 100644
--- a/rules/shiboken.in
+++ b/rules/shiboken.in
@@ -1,4 +1,6 @@
-## SECTION=qt
+## SECTION=staging
+## old section:
+### SECTION=qt
config SHIBOKEN
tristate
@@ -9,3 +11,6 @@ config SHIBOKEN
select QT4
help
FIXME
+
+ STAGING: remove in ptxdist-2020.09.0
+ Old version, broken download and obsolete. Fails to build with gcc 9.x