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:35:30 +0000 |
commit | ed7e7a8e4d00cd45c74dc233c8b574d3978755d8 (patch) | |
tree | 76c88a9ba883eef86f6c31393fbd9434c79d5f2c /meta/recipes-connectivity/avahi | |
parent | 70aaac37968bf2b35d6a536c3f3f69fe3620255c (diff) | |
download | openembedded-core-ed7e7a8e4d00cd45c74dc233c8b574d3978755d8.tar.gz openembedded-core-ed7e7a8e4d00cd45c74dc233c8b574d3978755d8.tar.bz2 openembedded-core-ed7e7a8e4d00cd45c74dc233c8b574d3978755d8.zip |
avahi: remove USERADDPN
USERADDPN is no longer used; remove it.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-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 \ file://99avahi-autoipd \ file://initscript.patch" -USERADDPN = "avahi-daemon" USERADD_PACKAGES = "avahi-daemon" USERADD_PARAM_avahi-daemon = "--system --home /var/run/avahi-daemon \ --no-create-home --shell /bin/false \ |