summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-01-20 10:10:41 +0000
committerRichard Purdie <richard@openedhand.com>2006-01-20 10:10:41 +0000
commit7953d83bff406a4b8725ffd103d2c6d70445d3fa (patch)
tree9e144028ff70e0f1ca43d767af7c29dace05c6b0 /openembedded
parentccc65d0e6f6c8814897be41486c8acd74e9f42d1 (diff)
downloadpoky-7953d83bff406a4b8725ffd103d2c6d70445d3fa.tar.gz
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
Diffstat (limited to 'openembedded')
-rwxr-xr-xopenembedded/packages/eds/eds-dbus_svn.bb11
1 files changed, 6 insertions, 5 deletions
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"
4MAINTAINER = "Chris Lord <chris@openedhand.com>" 4MAINTAINER = "Chris Lord <chris@openedhand.com>"
5DESCRIPTION = "Evolution database backend server" 5DESCRIPTION = "Evolution database backend server"
6PV = "1.4.0cvs${CVSDATE}" 6PV = "1.4.0cvs${CVSDATE}"
7PR = "r13" 7PR = "r14"
8 8
9SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ 9SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
10 file://no_libdb.patch;patch=1 \ 10 file://no_libdb.patch;patch=1 \
11 file://no_iconv_test.patch;patch=1 \ 11 file://no_iconv_test.patch;patch=1 \
12 file://no_libedataserverui.patch;patch=1 \ 12 file://no_libedataserverui.patch;patch=1 \
13 file://iconv-detect.h" 13 file://disable_orbit.patch;patch=1 \
14 file://iconv-detect.h"
14 15
15S = "${WORKDIR}/trunk" 16S = "${WORKDIR}/trunk"
16 17