summaryrefslogtreecommitdiffstats
path: root/meta/packages/eds/eds-dbus_svn.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-09-12 13:21:47 +0000
committerRoss Burton <ross@openedhand.com>2007-09-12 13:21:47 +0000
commit8d4fb7f79cecc898f5eb101d8d69ef2dd72a9830 (patch)
treeba462ab0868127e6a786ac67e0929a6b0d77d444 /meta/packages/eds/eds-dbus_svn.bb
parente805cf6b66d7ed630c49f1d4b25f807e8fc1bb21 (diff)
downloadpoky-8d4fb7f79cecc898f5eb101d8d69ef2dd72a9830.tar.gz
eds-dbus: Add threading patch until I'm confident enough to commit it to svn
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2729 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/eds/eds-dbus_svn.bb')
-rw-r--r--meta/packages/eds/eds-dbus_svn.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/eds/eds-dbus_svn.bb b/meta/packages/eds/eds-dbus_svn.bb
index 5e6eb85eed..f88c18ffed 100644
--- a/meta/packages/eds/eds-dbus_svn.bb
+++ b/meta/packages/eds/eds-dbus_svn.bb
@@ -4,13 +4,14 @@ LICENSE = "LGPL"
4DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib" 4DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib"
5 5
6PV = "1.4.0+svnr${SRCREV}" 6PV = "1.4.0+svnr${SRCREV}"
7PR = "r1" 7PR = "r2"
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://oh-contact.patch;patch=1;pnum=0 \ 10 file://oh-contact.patch;patch=1;pnum=0 \
11 file://no_libdb.patch;patch=1 \ 11 file://no_libdb.patch;patch=1 \
12 file://no_iconv_test.patch;patch=1 \ 12 file://no_iconv_test.patch;patch=1 \
13 file://no_libedataserverui.patch;patch=1 \ 13 file://no_libedataserverui.patch;patch=1 \
14 file://threads.patch;patch=1;pnum=0 \
14 file://iconv-detect.h" 15 file://iconv-detect.h"
15 16
16S = "${WORKDIR}/trunk" 17S = "${WORKDIR}/trunk"