avahi: fix installed but not shipped warning
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 5 Mar 2013 12:42:35 +0000 (20:42 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Mar 2013 13:14:58 +0000 (13:14 +0000)
commit1c41fbd6edaa88aa263042913c8240cf9202e3e8
tree7c599080ae5670c10950813a27029453639a4c12
parentd82c5268a329dbf097daa65bdb1147e732dd0c88
avahi: fix installed but not shipped warning

The avahi recipe has a warning when build without systemd feature:

WARNING: QA Issue: avahi: Files/directories were installed but not shipped
  /usr/share/dbus-1

The /usr/share/dbus-1 is empty without systemd feature, there would be
/usr/share/dbus-1/system-services with systemd. Use rmdir to fix the
problem, and remove the ${datadir}/dbus-1/interfaces from the FILES list
which had been removed clearly by the do_install.

[YOCTO #3939]

(From OE-Core rev: 51cfcef15b59f7b97c871d9c0d6bf560c7b06c9b)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/avahi/avahi.inc