]> code.ossystems Code Review - openembedded-core.git/commitdiff
Disable the need for orbit AM marcros for eds-dbus (and fix some whitespace)
authorRichard Purdie <richard@openedhand.com>
Fri, 20 Jan 2006 10:10:41 +0000 (10:10 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 20 Jan 2006 10:10:41 +0000 (10:10 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@230 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/eds/eds-dbus_svn.bb

index 954cfdcb21efb0f327af3655577742b5e98d98e1..0c6404a52ce7a04deead9a0f53318df1a0c7a4b3 100755 (executable)
@@ -4,13 +4,14 @@ RDEPENDS = "gconf dbus-1 db libiconv"
 MAINTAINER = "Chris Lord <chris@openedhand.com>"
 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"