1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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
This commit is contained in:
Richard Purdie
2006-01-20 10:10:41 +00:00
parent ccc65d0e6f
commit 7953d83bff
+6 -5
View File
@@ -4,13 +4,14 @@ RDEPENDS = "gconf dbus-1 db libiconv"
MAINTAINER = "Chris Lord <chris@openedhand.com>" MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Evolution database backend server" DESCRIPTION = "Evolution database backend server"
PV = "1.4.0cvs${CVSDATE}" PV = "1.4.0cvs${CVSDATE}"
PR = "r13" PR = "r14"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
file://no_libdb.patch;patch=1 \ file://no_libdb.patch;patch=1 \
file://no_iconv_test.patch;patch=1 \ file://no_iconv_test.patch;patch=1 \
file://no_libedataserverui.patch;patch=1 \ file://no_libedataserverui.patch;patch=1 \
file://iconv-detect.h" file://disable_orbit.patch;patch=1 \
file://iconv-detect.h"
S = "${WORKDIR}/trunk" S = "${WORKDIR}/trunk"