diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-16 13:14:34 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-16 13:14:34 +0000 |
commit | 8a7feea5aedb5de0c8309ec19879bdea46f2b54a (patch) | |
tree | 2f8f53aad3e041ddc203fe19792a5fec52764bf2 /packages/eds/eds-dbus_svn.bb | |
parent | 0e17043b9f0c264dc77531c3c635c4e2e3d6a819 (diff) |
eds-dbus: add patch to work with a recent dbus-bindings-tool
Diffstat (limited to 'packages/eds/eds-dbus_svn.bb')
-rw-r--r-- | packages/eds/eds-dbus_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/eds/eds-dbus_svn.bb b/packages/eds/eds-dbus_svn.bb index 3cffebc37e..6edd97229e 100644 --- a/packages/eds/eds-dbus_svn.bb +++ b/packages/eds/eds-dbus_svn.bb @@ -11,7 +11,9 @@ SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ file://no_libedataserverui-20060126.patch;patch=1;maxdate=20061214 \ file://no_libedataserverui.patch;patch=1;mindate=20061215 \ file://disable_orbit.patch;patch=1;maxdate=20061214 \ + file://fix-bindig-tool.patch;patch=1 \ file://iconv-detect.h" + S = "${WORKDIR}/trunk" inherit autotools pkgconfig |