mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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:
@@ -4,7 +4,6 @@ HOMEPAGE = "http://avahi.org"
|
|||||||
SECTION = "network"
|
SECTION = "network"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
|
|
||||||
DEPENDS = "expat libdaemon dbus glib-2.0 gtk+ libglade"
|
DEPENDS = "expat libdaemon dbus glib-2.0 gtk+ libglade"
|
||||||
RRECOMMENDS = "libnss-mdns"
|
RRECOMMENDS = "libnss-mdns"
|
||||||
RRECOMMENDS_avahi-daemon = "libnss-mdns"
|
RRECOMMENDS_avahi-daemon = "libnss-mdns"
|
||||||
@@ -16,6 +15,7 @@ inherit autotools pkgconfig update-rc.d
|
|||||||
|
|
||||||
EXTRA_OECONF = "--with-distro=debian \
|
EXTRA_OECONF = "--with-distro=debian \
|
||||||
--with-avahi-priv-access-group=adm \
|
--with-avahi-priv-access-group=adm \
|
||||||
|
--disable-stack-protector \
|
||||||
--disable-gdbm \
|
--disable-gdbm \
|
||||||
--disable-mono \
|
--disable-mono \
|
||||||
--disable-monodoc \
|
--disable-monodoc \
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
require avahi.inc
|
require avahi.inc
|
||||||
|
|
||||||
RDEPENDS_avahi-daemon = "sysvinit-pidof"
|
RDEPENDS_avahi-daemon = "sysvinit-pidof"
|
||||||
|
PR = "r6"
|
||||||
|
|
||||||
FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \
|
FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \
|
||||||
${sysconfdir}/avahi/avahi-autoipd.action \
|
${sysconfdir}/avahi/avahi-autoipd.action \
|
||||||
|
|||||||
Reference in New Issue
Block a user