diff options
author | Tim Orling <ticotimo@gmail.com> | 2021-08-22 10:04:48 -0700 |
---|---|---|
committer | Tim Orling <ticotimo@gmail.com> | 2021-08-22 11:33:34 -0700 |
commit | f859b9b835b1dedfa3df193fe397e90a041525e6 (patch) | |
tree | 2b646ce3f0880c1e0f2617cbecd186ab9453602e /meta-xfce/recipes-multimedia/xfce4-mpc-plugin | |
parent | 99f75702a0453925e9c006e7742f94538d377b69 (diff) | |
download | meta-openembedded-contrib-timo/python3-pyinstaller.tar.gz |
[WIP] python3-pyinstaller: add 4.5.1timo/python3-pyinstaller
Created with:
'devtool add python3-pyinstaller
https://files.pythonhosted.org/packages/a9/d9/9fdfb0ac2354d059e466d562689dbe53a23c4062019da2057f0eaed635e0/pyinstaller-4.5.1.tar.gz"
After that drop SRC_URI and inherit pypi
The created recipe had some unparsable PACKAGECONFIG, so comment those
out.
devtool does not detect a build time dependency on python3-wheel-native
needs python3-altgraph and python3-pyinstaller-hooks-contrib (new
recipes)
while the resulting recipe builds, installs and runs (displays help),
it still has a lot of work to be done (devtool detected a lot of
dependencies).
even a simple hello-world.py
print("Hello, World")
throws an error because 'ldd' is needed to examine Python3.9
after that throws an error because 'objcopy' is not available
(binutils provides objcopy)
RDEPENDS += 'ldd binutils'
After this at least hello-world.py works.
Diffstat (limited to 'meta-xfce/recipes-multimedia/xfce4-mpc-plugin')
0 files changed, 0 insertions, 0 deletions