Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507756 - >=dev-embedded/picp-0.6.8 should install picdevrc file
Summary: >=dev-embedded/picp-0.6.8 should install picdevrc file
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-15 19:56 UTC by Ian Stakenvicius (RETIRED)
Modified: 2016-06-15 15:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
picdev-0.6.8.ebuild.patch to install picdevrc (patch,837 bytes, patch)
2014-04-15 19:56 UTC, Ian Stakenvicius (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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