diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-27 09:25:47 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-10-27 08:55:20 -0700 |
| commit | 4dc1c6e16b31d30aca05c52fa0209c74eedd6842 (patch) | |
| tree | bc2a619c5eddd5f3ed99c9f1a007f389e5a6df5e | |
| parent | 0ff42a7e9f4e43b67b5e134ff4c9ea1345821a6e (diff) | |
| download | meta-openembedded-4dc1c6e16b31d30aca05c52fa0209c74eedd6842.tar.gz | |
sip3: remove the recipe
It is not compatible with python 3.11, and all
development on that series has ceased:
https://riverbankcomputing.com/software/sip/download
There is an actively maintained version
https://www.riverbankcomputing.com/news/SIP_v6.6.2_Released
https://pypi.org/project/sip/
but it probably needs a newly written recipe if someone has interest in it.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/sip/sip3_4.19.23.bb | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index cd99fb48c9..a5a033cae4 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | |||
| @@ -300,7 +300,6 @@ RDEPENDS:packagegroup-meta-oe-devtools ="\ | |||
| 300 | python3-distutils-extra \ | 300 | python3-distutils-extra \ |
| 301 | python3-pycups \ | 301 | python3-pycups \ |
| 302 | rapidjson \ | 302 | rapidjson \ |
| 303 | sip3 \ | ||
| 304 | squashfs-tools-ng \ | 303 | squashfs-tools-ng \ |
| 305 | uftrace \ | 304 | uftrace \ |
| 306 | unifex \ | 305 | unifex \ |
diff --git a/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb b/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb deleted file mode 100644 index d6335585e2..0000000000 --- a/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | SUMMARY = "SIP is a C++/Python Wrapper Generator" | ||
| 2 | HOMEPAGE = "https://riverbankcomputing.com/software/sip/" | ||
| 3 | SECTION = "devel" | ||
| 4 | LICENSE = "GPL-2.0-or-later" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" | ||
| 6 | |||
| 7 | SRC_URI = "https://www.riverbankcomputing.com/static/Downloads/sip/${PV}/sip-${PV}.tar.gz \ | ||
| 8 | " | ||
| 9 | SRC_URI[md5sum] = "70adc0c9734e2d9dcd241d3f931dfc74" | ||
| 10 | SRC_URI[sha256sum] = "22ca9bcec5388114e40d4aafd7ccd0c4fe072297b628d0c5cdfa2f010c0bc7e7" | ||
| 11 | |||
| 12 | inherit python3-dir python3native | ||
| 13 | |||
| 14 | S = "${WORKDIR}/sip-${PV}" | ||
| 15 | |||
| 16 | DEPENDS = "python3" | ||
| 17 | |||
| 18 | PACKAGES += "python3-sip3" | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native" | ||
| 21 | |||
| 22 | CONFIGURE_SYSROOT = "${STAGING_DIR_HOST}" | ||
| 23 | CONFIGURE_SYSROOT:class-native = "${STAGING_DIR_NATIVE}" | ||
| 24 | |||
| 25 | do_configure:prepend() { | ||
| 26 | echo "py_platform = linux" > sip.cfg | ||
| 27 | echo "py_inc_dir = ${STAGING_INCDIR}/python%(py_major).%(py_minor)${PYTHON_ABI}" >> sip.cfg | ||
| 28 | echo "sip_bin_dir = ${D}/${bindir}" >> sip.cfg | ||
| 29 | echo "sip_inc_dir = ${D}/${includedir}" >> sip.cfg | ||
| 30 | echo "sip_module_dir = ${D}/${libdir}/python%(py_major).%(py_minor)/site-packages" >> sip.cfg | ||
| 31 | echo "sip_sip_dir = ${D}/${datadir}/sip" >> sip.cfg | ||
| 32 | ${PYTHON} configure.py --configuration sip.cfg --sip-module PyQt5.sip --sysroot ${CONFIGURE_SYSROOT} CC="${CC}" CXX="${CXX}" LINK="${CXX}" STRIP="" LINK_SHLIB="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LFLAGS="${LDFLAGS}" | ||
| 33 | } | ||
| 34 | |||
| 35 | do_install() { | ||
| 36 | oe_runmake install | ||
| 37 | } | ||
| 38 | |||
| 39 | FILES:python3-sip3 = "${libdir}/${PYTHON_DIR}/site-packages/" | ||
| 40 | FILES:${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" | ||
