From 5d79044938a83ff8925532fba8ee2c6de3376a6c Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 19 Feb 2020 20:15:29 +0100 Subject: python-pyqt5: drop python 2 recipe * sip-native was already removed from meta-oe and wasn't resurected in meta-python2 so even with meta-python2 layer included this recipe cannot be built: ERROR: Nothing PROVIDES 'sip' (but /OE/build/oe-core/meta-qt5/recipes-python/pyqt5/python-pyqt5_5.13.2.bb DEPENDS on or otherwise requires it). Close matches: sip3 ERROR: Required build target 'python-pyqt5' has no buildable providers. Missing or unbuildable dependency chain was: ['python-pyqt5', 'sip'] Signed-off-by: Martin Jansa --- recipes-python/pyqt5/python-pyqt5_5.13.2.bb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 recipes-python/pyqt5/python-pyqt5_5.13.2.bb diff --git a/recipes-python/pyqt5/python-pyqt5_5.13.2.bb b/recipes-python/pyqt5/python-pyqt5_5.13.2.bb deleted file mode 100644 index 389686c9..00000000 --- a/recipes-python/pyqt5/python-pyqt5_5.13.2.bb +++ /dev/null @@ -1,12 +0,0 @@ -require python-pyqt5.inc - -inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "pythonnative python-dir", "", d)} - -python() { - if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split(): - raise bb.parse.SkipRecipe('Requires meta-python2 to be present.') -} - -DEPENDS += "sip sip-native python" - -RDEPENDS_${PN} += "python-core python-sip" -- cgit v1.2.3-54-g00ecf