diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 11:01:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 11:01:27 +0100 |
commit | a3d15ff6f6e6599ab0f3a92065a7a30efffe768a (patch) | |
tree | 476abe9341c5cfc7732feeef449e1324e621cf34 | |
parent | 844149d392b224a0b9859fdf5a0474c63255dea3 (diff) | |
download | ast2050-yocto-poky-a3d15ff6f6e6599ab0f3a92065a7a30efffe768a.zip ast2050-yocto-poky-a3d15ff6f6e6599ab0f3a92065a7a30efffe768a.tar.gz |
poky-floating-revisions.inc: Catch up with eds-dbus rename
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/distro/include/poky-floating-revisions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/include/poky-floating-revisions.inc b/meta-yocto/conf/distro/include/poky-floating-revisions.inc index 22b4c38..46fcbdc 100644 --- a/meta-yocto/conf/distro/include/poky-floating-revisions.inc +++ b/meta-yocto/conf/distro/include/poky-floating-revisions.inc @@ -13,7 +13,7 @@ SRCREV_pn-contacts ?= "${AUTOREV}" SRCREV_pn-dates ?= "${AUTOREV}" #SRCREV_pn-gtkhtml2 ?= "${AUTOREV}" SRCREV_pn-web ?= "${AUTOREV}" -SRCREV_pn-eds-dbus ?= "${AUTOREV}" +SRCREV_pn-evolution-data-server ?= "${AUTOREV}" SRCREV_pn-matchbox-common ?= "${AUTOREV}" SRCREV_pn-matchbox-config-gtk ?= "${AUTOREV}" SRCREV_pn-matchbox-desktop ?= "${AUTOREV}" |