avahi: use a priviliged access group which actually exists

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3094 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-11-07 14:55:34 +00:00
parent 622eeef7ba
commit 73fbea856a
2 changed files with 11 additions and 2 deletions

View File

@ -13,7 +13,16 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz"
inherit autotools pkgconfig update-rc.d
EXTRA_OECONF = "--with-distro=debian --disable-gdbm --disable-gtk --disable-mono --disable-monodoc --disable-qt3 --disable-qt4 --disable-python"
EXTRA_OECONF = "--with-distro=debian \
--with-avahi-priv-access-group=adm \
--disable-gdbm \
--disable-gtk \
--disable-mono \
--disable-monodoc \
--disable-qt3 \
--disable-qt4 \
--disable-python \
--disable-doxygen-doc"
PACKAGES =+ "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-autoipd avahi-utils"

View File

@ -1,7 +1,7 @@
require avahi.inc
RDEPENDS_avahi-daemon = "sysvinit-pidof"
PR = "r1"
PR = "r2"
FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \
${sysconfdir}/avahi/avahi-autoipd.action"