summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/include/sane-srcrevs.inc2
-rw-r--r--recipes/eds/eds-dbus_svn.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 996fe84232..d462fe510b 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -37,7 +37,7 @@ SRCREV_pn-dfu-util ?= "4160"
SRCREV_pn-dfu-util-native ?= "4160"
SRCREV_pn-diversity-daemon ?= "571"
SRCREV_pn-diversity-radar ?= "453"
-SRCREV_pn-eds-dbus ?= "659"
+SRCREV_pn-eds-dbus ?= "736"
SRCREV_pn-eglibc ?= "7467"
SRCREV_pn-eglibc-initial ?= "7467"
SRCREV_pn-enlazar ?= "37"
diff --git a/recipes/eds/eds-dbus_svn.bb b/recipes/eds/eds-dbus_svn.bb
index 4e40528747..751f0a5afa 100644
--- a/recipes/eds/eds-dbus_svn.bb
+++ b/recipes/eds/eds-dbus_svn.bb
@@ -7,9 +7,9 @@ PV = "1.4.0+svnr${SRCREV}"
PR = "r7"
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;maxrev=659 \
file://no_iconv_test.patch;patch=1 \
- file://no_libedataserverui.patch;patch=1 \
+ file://no_libedataserverui.patch;patch=1;maxrev=659 \
file://iconv-detect.h"
S = "${WORKDIR}/trunk"