diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-01 19:25:22 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-01 19:25:22 +0200 |
commit | f2b643f923ed0ce1707b84676a2ecadf7e27cfc2 (patch) | |
tree | 7b880ae18c96a1ce590ba04b46cef47506bfc7bb | |
parent | 0e26e0a6fd931418bd62f7341fb712f50d67e3b5 (diff) |
eds-dbus: bump SRCREV
* adjust patches accordingly
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | recipes/eds/eds-dbus_svn.bb | 4 |
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" |