aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi/avahi_0.6.28.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-01-17 15:31:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-01 16:28:40 +0000
commitf0a81bbe0449a29edfcaba944e568e9731fe716d (patch)
tree43655d9e79c345ddb234112223760b1a35c89e26 /meta/recipes-connectivity/avahi/avahi_0.6.28.bb
parentc75ad4694cdbe72571d1ceb8224a7738dba18f1b (diff)
downloadopenembedded-core-f0a81bbe0449a29edfcaba944e568e9731fe716d.tar.gz
avahi: prevent unnecessary runtime dependency on gtk+
* Move avahi-discover-standalone to avahi-ui-utils as it's a GUI tool * Split out avahi-ui dev files from avahi-dev to a libavahi-ui-dev package (using the new nodeprrecs flag to avoid automatic RRECOMMENDS calculation for avahi-dev) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi_0.6.28.bb')
-rw-r--r--meta/recipes-connectivity/avahi/avahi_0.6.28.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.6.28.bb b/meta/recipes-connectivity/avahi/avahi_0.6.28.bb
index fb339e79ab..6e034b0508 100644
--- a/meta/recipes-connectivity/avahi/avahi_0.6.28.bb
+++ b/meta/recipes-connectivity/avahi/avahi_0.6.28.bb
@@ -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"