X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-devtools%2Fpython%2Fpython3-pyqt5_5.15.1.bbappend;fp=recipes-devtools%2Fpython%2Fpython3-pyqt5_5.15.1.bbappend;h=408c48b306205b1c9c7bc6ba8f18aa7814a3e218;hb=541493df5008c92acd42a2bfa01e8deb24774e11;hp=0000000000000000000000000000000000000000;hpb=528aee6d5dd788f6a9d610cb996bf898461757c0;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-devtools/python/python3-pyqt5_5.15.1.bbappend b/recipes-devtools/python/python3-pyqt5_5.15.1.bbappend new file mode 100644 index 000000000..408c48b30 --- /dev/null +++ b/recipes-devtools/python/python3-pyqt5_5.15.1.bbappend @@ -0,0 +1,9 @@ +# 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}/* +}