summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-connectivity/avahi/avahi.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index 61ca25f75e..c064e03b81 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -14,7 +14,7 @@ SECTION = "network"
14# python scripts are under GPLv2+ 14# python scripts are under GPLv2+
15LICENSE = "GPLv2+ & LGPLv2.1+" 15LICENSE = "GPLv2+ & LGPLv2.1+"
16 16
17INC_PR = "r2" 17INC_PR = "r3"
18 18
19DEPENDS = "expat libcap libdaemon dbus glib-2.0" 19DEPENDS = "expat libcap libdaemon dbus glib-2.0"
20 20
@@ -112,7 +112,7 @@ do_install() {
112 # if /var/run become non-empty in the future, need to install it via volatile 112 # if /var/run become non-empty in the future, need to install it via volatile
113 rm -rf ${D}/var/run 113 rm -rf ${D}/var/run
114 rm -rf ${D}${datadir}/dbus-1/interfaces 114 rm -rf ${D}${datadir}/dbus-1/interfaces
115 rm -rf ${D}/usr/lib/avahi 115 rm -rf ${D}${libdir}/avahi
116} 116}
117 117
118do_install_avahi-autoipd() { 118do_install_avahi-autoipd() {