summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/avahi/avahi.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index 61ff2bf530..04d58e2992 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -14,8 +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 = "r8" 17INC_PR = "r9"
18
19DEPENDS = "expat libcap libdaemon dbus glib-2.0" 18DEPENDS = "expat libcap libdaemon dbus glib-2.0"
20 19
21SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ 20SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \
@@ -23,8 +22,9 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \
23 file://99avahi-autoipd \ 22 file://99avahi-autoipd \
24 file://initscript.patch" 23 file://initscript.patch"
25 24
26USERADD_PACKAGES = "${PN}-daemon" 25USERADDPN = "avahi-daemon"
27USERADD_PARAM_${PN}-daemon = "--system --home /var/run/avahi-daemon \ 26USERADD_PACKAGES = "avahi-daemon"
27USERADD_PARAM_avahi-daemon = "--system --home /var/run/avahi-daemon \
28 --no-create-home --shell /bin/false \ 28 --no-create-home --shell /bin/false \
29 --user-group avahi" 29 --user-group avahi"
30 30