Bug 9221

Summary: [Package] Kodi needs "Python .py and .pyc support" otherwise it crashes when pressing buttons.
Product: buildroot Reporter: lipkegu
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot, yann.morin.1998
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description lipkegu 2016-09-09 23:31:41 UTC
Kodi does not check the Python Config, buildroot has by default "Precompiled only" but Kodi need "Uncompiled Python Scripts" this should also be an dependency

i mean : "Kodi needs "Python .py and .pyc support" otherwise it crashes when pressing buttons.
Comment 1 Yann E. MORIN 2016-09-10 09:12:09 UTC
Hello,

This is a known issue, for which we have no good solution so far.

Also, is this in any way related to your previous report?
    https://bugs.busybox.net/show_bug.cgi?id=9021

Regards,
Yann E. MORIN.
Comment 2 Thomas Petazzoni 2016-10-15 16:12:17 UTC
I just sent a new version of Yann's patch, which is the only solution we can offer. See https://patchwork.ozlabs.org/patch/682564/ for this new version.