Bug 1801 - Avahi-autoipd doesn't create TARGET_DIR/var/lib
Summary: Avahi-autoipd doesn't create TARGET_DIR/var/lib
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2010.02
Hardware: Other Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-21 13:20 UTC by Nick Leverton
Modified: 2010-05-21 19:04 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Patch to avahi.mk to create TARGET_DIR/var/lib (596 bytes, patch)
2010-05-21 13:20 UTC, Nick Leverton
Details

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