Bug 13471 - package/mpd/mpd.conf make use of path not created
Summary: package/mpd/mpd.conf make use of path not created
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2020.11.1
Hardware: All Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-21 20:22 UTC by miohna
Modified: 2021-01-30 17:36 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description miohna 2021-01-21 20:22:38 UTC
As I am new to buildroot I am not fully sure whether this is a bug or a misunderstanding on my side...

The music player daemon config in package mpd makes use of files in folder "/var/lib/mpd". However, this folder is not created by the makefile.

A simple "mkdir -p /var/lib/mpd" in mpd.mk may do. Maybe also adding the subfolder "music", "playlists".