mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
avahi: explicit depends on libcap
This avoids possible host contamination, fixes [BUGID #288] Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
@@ -9,7 +9,7 @@ PRIORITY = "optional"
|
||||
# python scripts are under GPLv2+
|
||||
LICENSE = "GPLv2+ & LGPLv2.1+"
|
||||
|
||||
DEPENDS = "expat libdaemon dbus glib-2.0 gtk+ libglade"
|
||||
DEPENDS = "expat libcap libdaemon dbus glib-2.0 gtk+ libglade"
|
||||
RRECOMMENDS = "libnss-mdns"
|
||||
RRECOMMENDS_avahi-daemon = "libnss-mdns"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf"
|
||||
|
||||
RDEPENDS_avahi-daemon = "sysvinit-pidof"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
EXTRA_OECONF += "--disable-gtk3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user