From: Richard Purdie Date: Fri, 20 Jan 2006 10:10:41 +0000 (+0000) Subject: Disable the need for orbit AM marcros for eds-dbus (and fix some whitespace) X-Git-Tag: 2011-1~13164 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7953d83bff406a4b8725ffd103d2c6d70445d3fa;p=openembedded-core.git Disable the need for orbit AM marcros for eds-dbus (and fix some whitespace) git-svn-id: https://svn.o-hand.com/repos/poky@230 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/openembedded/packages/eds/eds-dbus_svn.bb b/openembedded/packages/eds/eds-dbus_svn.bb index 954cfdcb21..0c6404a52c 100755 --- a/openembedded/packages/eds/eds-dbus_svn.bb +++ b/openembedded/packages/eds/eds-dbus_svn.bb @@ -4,13 +4,14 @@ RDEPENDS = "gconf dbus-1 db libiconv" MAINTAINER = "Chris Lord " DESCRIPTION = "Evolution database backend server" PV = "1.4.0cvs${CVSDATE}" -PR = "r13" +PR = "r14" SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ - file://no_libdb.patch;patch=1 \ - file://no_iconv_test.patch;patch=1 \ - file://no_libedataserverui.patch;patch=1 \ - file://iconv-detect.h" + file://no_libdb.patch;patch=1 \ + file://no_iconv_test.patch;patch=1 \ + file://no_libedataserverui.patch;patch=1 \ + file://disable_orbit.patch;patch=1 \ + file://iconv-detect.h" S = "${WORKDIR}/trunk"