diff options
author | 2024-01-09 00:51:24 +0000 | |
---|---|---|
committer | 2024-04-24 15:25:38 +0000 | |
commit | d07d51bd3f87a1e52a5e7ef3cbb1b1bcadfb250a (patch) | |
tree | f46f785405df899ff9bd710efd7fabed892e1f01 /recipes-devtools/python/python3-pyqt5_5.15.1.bbappend | |
parent | 1afa5b9feb046ee067e9018a0c3f13842e9b8fcf (diff) |
python3-pyqt5: update bbappend for upstream update
meta-qt5 has bumped python3-qt5 version to 5.15.9
Bug-AGL: SPEC-4578
Change-Id: I37f0dcb0641302c94a995a22731a4f4203f554e3
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'recipes-devtools/python/python3-pyqt5_5.15.1.bbappend')
-rw-r--r-- | recipes-devtools/python/python3-pyqt5_5.15.1.bbappend | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes-devtools/python/python3-pyqt5_5.15.1.bbappend b/recipes-devtools/python/python3-pyqt5_5.15.1.bbappend deleted file mode 100644 index 408c48b30..000000000 --- a/recipes-devtools/python/python3-pyqt5_5.15.1.bbappend +++ /dev/null @@ -1,9 +0,0 @@ -# Enable SVG support -DEPENDS:append = " qtsvg" -PYQT_MODULES:append = " QtSvg" - -# Fix python interpreter paths in pyrcc5, etc., adapted from newer upstream -# recipe -do_install:append() { - sed -i "s,^exec .*python${PYTHON_BASEVERSION},exec ${bindir}/python3," ${D}/${bindir}/* -} |