diff options
author | Ross Burton <ross@openedhand.com> | 2007-09-12 13:21:47 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-09-12 13:21:47 +0000 |
commit | 8d4fb7f79cecc898f5eb101d8d69ef2dd72a9830 (patch) | |
tree | ba462ab0868127e6a786ac67e0929a6b0d77d444 /meta/packages/eds/eds-dbus_svn.bb | |
parent | e805cf6b66d7ed630c49f1d4b25f807e8fc1bb21 (diff) | |
download | openembedded-core-8d4fb7f79cecc898f5eb101d8d69ef2dd72a9830.tar.gz openembedded-core-8d4fb7f79cecc898f5eb101d8d69ef2dd72a9830.tar.bz2 openembedded-core-8d4fb7f79cecc898f5eb101d8d69ef2dd72a9830.zip |
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.bb | 3 |
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" DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib" PV = "1.4.0+svnr${SRCREV}" -PR = "r1" +PR = "r2" SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ file://oh-contact.patch;patch=1;pnum=0 \ file://no_libdb.patch;patch=1 \ file://no_iconv_test.patch;patch=1 \ file://no_libedataserverui.patch;patch=1 \ + file://threads.patch;patch=1;pnum=0 \ file://iconv-detect.h" S = "${WORKDIR}/trunk" |