Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 507756

Summary: >=dev-embedded/picp-0.6.8 should install picdevrc file
Product: Gentoo Linux Reporter: Ian Stakenvicius (RETIRED) <axs>
Component: Current packagesAssignee: Embedded Gentoo Team <embedded>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: picdev-0.6.8.ebuild.patch to install picdevrc

Description Ian Stakenvicius (RETIRED) gentoo-dev 2014-04-15 19:56:17 UTC
Created attachment 375028 [details, diff]
picdev-0.6.8.ebuild.patch to install picdevrc

According to documentation, picp-0.6.8 and newer read all chip configuration info from a 'picdevrc' file (formerly this was compiled into the app via picdev.c or similar), however the ebuild currently does not install the picdevrc file(s) that come with the code.

The attached patch installs the picdevrc into /etc/picp so that it can be easily end-user-adjusted under CONFIG_PROTECT, and also patches main.c to read from /etc/picp/picdevrc  as the default fallback instead of /usr/local/bin/picdevrc