| Summary: | python: Don't delete .py files unless asked. | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Will Newton <will.newton> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Prevent .py files from being deleted aggressively on the target. | ||
pulled, thanks |
Created attachment 657 [details] Prevent .py files from being deleted aggressively on the target. Currently if buildroot is configured to install .py files on the target none are installed because unless BR2_PACKAGE_PYTHON_DEV has been set all .py files are deleted. This looks like a bug. This patch lets the appropriate config options take car eof whether or not we get .py or .pyc files on the target and leaves BR2_PACKAGE_PYTHON_DEV out of it.