diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-11-08 18:49:14 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-10 11:37:12 +0000 |
commit | d847aba4e6b75149fa4f43d6b46417d052c2183d (patch) | |
tree | f0e23a9e25d05a103bedb03f9ef9230c03391292 | |
parent | bef492a2d71d8306a2c8abffd27fb119b624185b (diff) | |
download | poky-d847aba4e6b75149fa4f43d6b46417d052c2183d.tar.gz |
avahi: remove USERADDPN
USERADDPN is no longer used; remove it.
(From OE-Core rev: ed7e7a8e4d00cd45c74dc233c8b574d3978755d8)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index 728c38fee7..deebbd6bb3 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc | |||
@@ -23,7 +23,6 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ | |||
23 | file://99avahi-autoipd \ | 23 | file://99avahi-autoipd \ |
24 | file://initscript.patch" | 24 | file://initscript.patch" |
25 | 25 | ||
26 | USERADDPN = "avahi-daemon" | ||
27 | USERADD_PACKAGES = "avahi-daemon" | 26 | USERADD_PACKAGES = "avahi-daemon" |
28 | USERADD_PARAM_avahi-daemon = "--system --home /var/run/avahi-daemon \ | 27 | USERADD_PARAM_avahi-daemon = "--system --home /var/run/avahi-daemon \ |
29 | --no-create-home --shell /bin/false \ | 28 | --no-create-home --shell /bin/false \ |