diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-12-18 17:16:21 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-12-18 17:16:21 +0000 |
commit | adbcf06f0b4d970ee5f249d3296d9a39446e2690 (patch) | |
tree | dc527ab8c4864d1f6816a988e83185c949b9ae7d /packages/eds/eds-dbus_svn.bb | |
parent | 302f1878f6adacd506a24dd55fecc262a57bf61e (diff) |
eds-dbus: repair build for SRCDATE=20060126 which has been broken by previous sync. w/ poky
Diffstat (limited to 'packages/eds/eds-dbus_svn.bb')
-rw-r--r-- | packages/eds/eds-dbus_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/eds/eds-dbus_svn.bb b/packages/eds/eds-dbus_svn.bb index 38a6e0a083..b97ed984bc 100644 --- a/packages/eds/eds-dbus_svn.bb +++ b/packages/eds/eds-dbus_svn.bb @@ -8,9 +8,10 @@ PV = "1.4.0+svn${SRCDATE}" 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://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://iconv-detect.h" - S = "${WORKDIR}/trunk" inherit autotools pkgconfig |