diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-02-19 20:15:29 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-02-19 20:15:30 +0100 |
| commit | 5d79044938a83ff8925532fba8ee2c6de3376a6c (patch) | |
| tree | 3bd8f216380d34df7aaa8fd59a0ec9e951fcbb99 /recipes-python | |
| parent | b2a958a4cda20b03c8debc89963fbef469ef5574 (diff) | |
| download | meta-qt5-5d79044938a83ff8925532fba8ee2c6de3376a6c.tar.gz | |
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>
Diffstat (limited to 'recipes-python')
| -rw-r--r-- | recipes-python/pyqt5/python-pyqt5_5.13.2.bb | 12 |
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 @@ | |||
| 1 | require python-pyqt5.inc | ||
| 2 | |||
| 3 | inherit ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "pythonnative python-dir", "", d)} | ||
| 4 | |||
| 5 | python() { | ||
| 6 | if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split(): | ||
| 7 | raise bb.parse.SkipRecipe('Requires meta-python2 to be present.') | ||
| 8 | } | ||
| 9 | |||
| 10 | DEPENDS += "sip sip-native python" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "python-core python-sip" | ||
