Bug 1801

Summary: Avahi-autoipd doesn't create TARGET_DIR/var/lib
Product: buildroot Reporter: Nick Leverton <nick>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: 2010.02   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Host: Target:
Build:
Attachments: Patch to avahi.mk to create TARGET_DIR/var/lib

Description Nick Leverton 2010-05-21 13:20:45 UTC
Created attachment 1759 [details]
Patch to avahi.mk to create TARGET_DIR/var/lib

Depending what other packages are selected, avahi-autoipd may fail to install as it doesn't create $(TARGET_DIR)/var/lib before using it.  Since avahi is quite early in the build the odds are that it will be the first package to need this directory.

The attached patch should fix this issue.
Comment 1 Peter Korsgaard 2010-05-21 19:04:42 UTC
Committed, thanks