aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/avahi/avahi.inc
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-14 18:23:27 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-22 19:03:19 +0200
commit3f66827dede6e493c5f11ce386a44fd3cc91dd4f (patch)
tree9d5ef3c9379a2f78c205a2ce43a098f7025f7fb8 /recipes/avahi/avahi.inc
parent70ed9788857c31d3fd28a5a5b96d7f37e593bf46 (diff)
downloadopenembedded-3f66827dede6e493c5f11ce386a44fd3cc91dd4f.tar.gz
avahi.inc: remove RDEPENDS_append = ""
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Chris Larson <clarson@kergoth.com>
Diffstat (limited to 'recipes/avahi/avahi.inc')
-rw-r--r--recipes/avahi/avahi.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/avahi/avahi.inc b/recipes/avahi/avahi.inc
index 4ffb6d5bb1..385450d2aa 100644
--- a/recipes/avahi/avahi.inc
+++ b/recipes/avahi/avahi.inc
@@ -17,7 +17,6 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \
inherit autotools pkgconfig update-rc.d python-dir
# handle update-rc.d RDEPENDS_${PN} manually, we don't need it on
# anything but avahi-daemon and avahi-autoipd
-RDEPENDS_append = ""
# TODO: build and enable all the extra stuff avahi offers
EXTRA_OECONF = "--with-distro=debian --disable-stack-protector --disable-nls --disable-gdbm ${AVAHI_GTK} --disable-mono --disable-monodoc --disable-qt3 --disable-qt4 ${AVAHI_PYTHON}"