summaryrefslogtreecommitdiff
path: root/package/ympd
AgeCommit message (Collapse)Author
2017-09-17remove -fhonour-copts usageWaldemar Brodkorb
This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling.
2017-07-13mpd/ympd updates and fixesMartin Thomas
- make mpd.conf more generic - added dependency on libressl to fix compile errors Signed-off-by: Martin Thomas <mtadk@hamtam.de>
2017-07-09ympd can now get stopped via initMartin Thomas
Signed-off-by: Martin Thomas <mtadk@hamtam.de>
2016-02-29add new PKG_GIT variableWaldemar Brodkorb
We can now clone git tags and branches in a more performant way. No change for specific hashes, other then PKG_GIT is required now. Do not remove .git dirs, as the downloaded code might be used to add a patch and send upstream. Add git as requirement for downloading. Remove unmaintained u-boot-git package.
2015-06-19add startup scriptWaldemar Brodkorb
2015-03-30update to latest development version, fetch via gitWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-10-06fix cross-compile on DarwinWaldemar Brodkorb
2014-09-28add new package ympdWaldemar Brodkorb