aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-02-19 20:15:29 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2020-02-19 20:15:30 +0100
commit5d79044938a83ff8925532fba8ee2c6de3376a6c (patch)
tree3bd8f216380d34df7aaa8fd59a0ec9e951fcbb99
parentb2a958a4cda20b03c8debc89963fbef469ef5574 (diff)
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 <Martin.Jansa@gmail.com>
-rw-r--r--recipes-python/pyqt5/python-pyqt5_5.13.2.bb12
1 files changed, 0 insertions, 12 deletions
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"