Bug 615 - python: Don't delete .py files unless asked.
Summary: python: Don't delete .py files unless asked.
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-17 16:49 UTC by Will Newton
Modified: 2009-09-21 15:44 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Prevent .py files from being deleted aggressively on the target. (1.03 KB, patch)
2009-09-17 16:49 UTC, Will Newton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Will Newton 2009-09-17 16:49:53 UTC
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.
Comment 1 Peter Korsgaard 2009-09-21 15:44:35 UTC
pulled, thanks