Bug 13471

Summary: package/mpd/mpd.conf make use of path not created
Product: buildroot Reporter: miohna
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: 2020.11.1   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

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".