diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index a847394679..c3c9c71985 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+ |
15 | LICENSE = "GPLv2+ & LGPLv2.1+" | 15 | LICENSE = "GPLv2+ & LGPLv2.1+" |
16 | 16 | ||
17 | INC_PR = "r6" | 17 | INC_PR = "r7" |
18 | 18 | ||
19 | DEPENDS = "expat libcap libdaemon dbus glib-2.0" | 19 | DEPENDS = "expat libcap libdaemon dbus glib-2.0" |
20 | 20 | ||
@@ -67,6 +67,7 @@ FILES_avahi-daemon = "${sbindir}/avahi-daemon \ | |||
67 | ${datadir}/avahi/introspection/*.introspect \ | 67 | ${datadir}/avahi/introspection/*.introspect \ |
68 | ${datadir}/avahi/avahi-service.dtd \ | 68 | ${datadir}/avahi/avahi-service.dtd \ |
69 | ${datadir}/avahi/service-types \ | 69 | ${datadir}/avahi/service-types \ |
70 | ${datadir}/dbus-1/interfaces \ | ||
70 | ${datadir}/dbus-1/system-services" | 71 | ${datadir}/dbus-1/system-services" |
71 | FILES_libavahi-client = "${libdir}/libavahi-client.so.*" | 72 | FILES_libavahi-client = "${libdir}/libavahi-client.so.*" |
72 | FILES_libavahi-ui = "${libdir}/libavahi-ui.so.*" | 73 | FILES_libavahi-ui = "${libdir}/libavahi-ui.so.*" |