mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
0ff42a7e9f
commit
4dc1c6e16b
|
|
@ -300,7 +300,6 @@ RDEPENDS:packagegroup-meta-oe-devtools ="\
|
|||
python3-distutils-extra \
|
||||
python3-pycups \
|
||||
rapidjson \
|
||||
sip3 \
|
||||
squashfs-tools-ng \
|
||||
uftrace \
|
||||
unifex \
|
||||
|
|
|
|||
|
|
@ -1,40 +0,0 @@
|
|||
SUMMARY = "SIP is a C++/Python Wrapper Generator"
|
||||
HOMEPAGE = "https://riverbankcomputing.com/software/sip/"
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303"
|
||||
|
||||
SRC_URI = "https://www.riverbankcomputing.com/static/Downloads/sip/${PV}/sip-${PV}.tar.gz \
|
||||
"
|
||||
SRC_URI[md5sum] = "70adc0c9734e2d9dcd241d3f931dfc74"
|
||||
SRC_URI[sha256sum] = "22ca9bcec5388114e40d4aafd7ccd0c4fe072297b628d0c5cdfa2f010c0bc7e7"
|
||||
|
||||
inherit python3-dir python3native
|
||||
|
||||
S = "${WORKDIR}/sip-${PV}"
|
||||
|
||||
DEPENDS = "python3"
|
||||
|
||||
PACKAGES += "python3-sip3"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
CONFIGURE_SYSROOT = "${STAGING_DIR_HOST}"
|
||||
CONFIGURE_SYSROOT:class-native = "${STAGING_DIR_NATIVE}"
|
||||
|
||||
do_configure:prepend() {
|
||||
echo "py_platform = linux" > sip.cfg
|
||||
echo "py_inc_dir = ${STAGING_INCDIR}/python%(py_major).%(py_minor)${PYTHON_ABI}" >> sip.cfg
|
||||
echo "sip_bin_dir = ${D}/${bindir}" >> sip.cfg
|
||||
echo "sip_inc_dir = ${D}/${includedir}" >> sip.cfg
|
||||
echo "sip_module_dir = ${D}/${libdir}/python%(py_major).%(py_minor)/site-packages" >> sip.cfg
|
||||
echo "sip_sip_dir = ${D}/${datadir}/sip" >> sip.cfg
|
||||
${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}"
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake install
|
||||
}
|
||||
|
||||
FILES:python3-sip3 = "${libdir}/${PYTHON_DIR}/site-packages/"
|
||||
FILES:${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"
|
||||
Loading…
Reference in New Issue
Block a user