From: Michael Lauer Date: Wed, 15 Aug 2007 21:25:09 +0000 (+0000) Subject: avahi: add TODO X-Git-Tag: Release-2010-05/1~8958 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8746c393539f1fff9e6d385a44499f040eb867d;p=openembedded.git avahi: add TODO --- diff --git a/packages/avahi/avahi.inc b/packages/avahi/avahi.inc index 2171cbd6d5..2cb986012f 100644 --- a/packages/avahi/avahi.inc +++ b/packages/avahi/avahi.inc @@ -4,7 +4,7 @@ HOMEPAGE = "http://avahi.org" SECTION = "network" PRIORITY = "optional" LICENSE = "GPL" -PR="r4" +PR = "r4" DEPENDS = "expat libdaemon dbus glib-2.0" @@ -18,6 +18,7 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ inherit autotools pkgconfig update-rc.d +# TODO: build and enable all the extra stuff avahi offers EXTRA_OECONF = "--with-distro=debian --disable-gdbm --disable-gtk --disable-mono --disable-monodoc --disable-qt3 --disable-qt4 --disable-python" PACKAGES =+ "avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib avahi-autoipd avahi-utils"