summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--rules/host-shiboken.in4
-rw-r--r--rules/pyside.in7
-rw-r--r--rules/shiboken.in7
3 files changed, 15 insertions, 3 deletions
diff --git a/rules/host-shiboken.in b/rules/host-shiboken.in
index 3cf650d82..ed7e10d89 100644
--- a/rules/host-shiboken.in
+++ b/rules/host-shiboken.in
@@ -1,4 +1,6 @@
-## SECTION=hosttools_noprompt
+## SECTION=staging
+## old section:
+### SECTION=hosttools_noprompt
config HOST_SHIBOKEN
tristate
diff --git a/rules/pyside.in b/rules/pyside.in
index baa908f50..f13133317 100644
--- a/rules/pyside.in
+++ b/rules/pyside.in
@@ -1,4 +1,6 @@
-## SECTION=qt
+## SECTION=staging
+## old section:
+### SECTION=qt
config PYSIDE
tristate
@@ -9,3 +11,6 @@ config PYSIDE
help
PySide provides Python bindings for the Qt cross-platform
application and UI framework.
+
+ STAGING: remove in ptxdist-2020.09.0
+ Old version, broken download and obsolete.
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