avahi: disable libssp

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4945 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-07-25 09:27:36 +00:00
parent 05b0a2111d
commit 6857ef4248
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,6 @@ HOMEPAGE = "http://avahi.org"
SECTION = "network"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "expat libdaemon dbus glib-2.0 gtk+ libglade"
RRECOMMENDS = "libnss-mdns"
RRECOMMENDS_avahi-daemon = "libnss-mdns"
@ -16,6 +15,7 @@ inherit autotools pkgconfig update-rc.d
EXTRA_OECONF = "--with-distro=debian \
--with-avahi-priv-access-group=adm \
--disable-stack-protector \
--disable-gdbm \
--disable-mono \
--disable-monodoc \

View File

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