diff options
author | Richard Purdie <richard@openedhand.com> | 2006-01-20 10:10:41 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-01-20 10:10:41 +0000 |
commit | 7953d83bff406a4b8725ffd103d2c6d70445d3fa (patch) | |
tree | 9e144028ff70e0f1ca43d767af7c29dace05c6b0 /openembedded/packages/eds | |
parent | ccc65d0e6f6c8814897be41486c8acd74e9f42d1 (diff) | |
download | openembedded-core-7953d83bff406a4b8725ffd103d2c6d70445d3fa.tar.gz openembedded-core-7953d83bff406a4b8725ffd103d2c6d70445d3fa.tar.bz2 openembedded-core-7953d83bff406a4b8725ffd103d2c6d70445d3fa.zip |
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/packages/eds')
-rwxr-xr-x | openembedded/packages/eds/eds-dbus_svn.bb | 11 |
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" 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" |