summaryrefslogtreecommitdiffstats
path: root/rules/host-python3-shiboken.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2022-05-18 16:54:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-05-20 11:22:34 +0200
commitdfa0b9b080280494c74cc218a653644ef4941a16 (patch)
tree98f043f2cc4efb8ca24fcdaf672023009c469dc4 /rules/host-python3-shiboken.make
parentaeac4adfc5831e6b804ad8c17516c33b87b4d60c (diff)
downloadptxdist-dfa0b9b080280494c74cc218a653644ef4941a16.tar.gz
ptxdist-dfa0b9b080280494c74cc218a653644ef4941a16.tar.xz
python3-shiboken: remove after more than one year in staging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-python3-shiboken.make')
-rw-r--r--rules/host-python3-shiboken.make53
1 files changed, 0 insertions, 53 deletions
diff --git a/rules/host-python3-shiboken.make b/rules/host-python3-shiboken.make
deleted file mode 100644
index 2daeaba4b..000000000
--- a/rules/host-python3-shiboken.make
+++ /dev/null
@@ -1,53 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2016 by Robin van der Gracht <robin@protonic.nl>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_SHIBOKEN) += host-python3-shiboken
-
-#
-# Paths and names
-#
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-#
-# cmake
-#
-HOST_PYTHON3_SHIBOKEN_CONF_TOOL := cmake
-HOST_PYTHON3_SHIBOKEN_CONF_OPT = \
- $(HOST_CMAKE_OPT) \
- -DBUILD_TESTS:BOOL=OFF \
- -DDISABLE_DOCSTRINGS:BOOL=ON \
- -DUSE_PYTHON3:BOOL=ON \
- -DPython3_PREFERRED_VERSION=python$(PYTHON3_MAJORMINOR)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-python3-shiboken.install:
- @$(call targetinfo)
- @$(call world/install, HOST_PYTHON3_SHIBOKEN)
- @sed -i -e 's,"$(PTXDIST_SYSROOT_HOST),",g' \
- $(HOST_PYTHON3_SHIBOKEN_PKGDIR)/lib/cmake/Shiboken-$(PYTHON3_SHIBOKEN_VERSION)/ShibokenConfig.cpython-*.cmake
- @$(call touch)
-
-$(STATEDIR)/host-python3-shiboken.install.post:
- @$(call targetinfo)
- @$(call world/install.post, HOST_PYTHON3_SHIBOKEN)
- @sed -i -e 's,(/,($(PTXDIST_SYSROOT_HOST)/,g' \
- '$(PTXDIST_SYSROOT_HOST)/lib/cmake/Shiboken-$(PYTHON3_SHIBOKEN_VERSION)/ShibokenConfig.cmake'
- @sed -i -e 's,"/,"$(PTXDIST_SYSROOT_HOST)/,g' \
- $(PTXDIST_SYSROOT_HOST)/lib/cmake/Shiboken-$(PYTHON3_SHIBOKEN_VERSION)/ShibokenConfig.cpython-*.cmake
- @$(call touch)
-
-# vim: syntax=make