Bug 615

Summary: python: Don't delete .py files unless asked.
Product: buildroot Reporter: Will Newton <will.newton>
Component: OtherAssignee: 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.

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