diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-04-23 12:13:15 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-04-24 15:49:28 +0000 |
commit | 07eb93e781070f368a6914a0aa7be93edd44b8e4 (patch) | |
tree | 678219b4efddc03120d155c208245b6261bb0e53 /recipes-devtools/python/python3-pyqt5_5.15.1.bbappend | |
parent | 5bb465ef396b66616bc18a116aba3257f0430670 (diff) |
python3-pyqt5: update bbappend
Rename python3-pyqt5 bbappend to handle version bump in meta-qt5.
Bug-AGL: SPEC-5115
Change-Id: Ibb3d85c315e0336e790dad79ce4a95af8b2bce61
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29846
ci-image-build: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
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}/* -} |