diff options
author | Yu Ke <ke.yu@intel.com> | 2011-04-28 15:15:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-04 15:05:55 +0100 |
commit | 0a57bd226cdb8332707fa0f46fcf0b067f03701a (patch) | |
tree | 99a1cdcdaf132f6c2d15e351b8892a5135d7359e /meta/recipes-sato/eds | |
parent | 413e7e5a5d6db45a6fbca5044246d6696d9d5711 (diff) | |
download | openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.gz openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.bz2 openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.zip |
poky-default-revisions: move the SRCREV to recipe file
in this case, those non poky distro can also use these recipe normally
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-sato/eds')
-rw-r--r-- | meta/recipes-sato/eds/eds-dbus_git.bb | 1 | ||||
-rw-r--r-- | meta/recipes-sato/eds/eds-tools_bzr.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-sato/eds/eds-dbus_git.bb b/meta/recipes-sato/eds/eds-dbus_git.bb index 51657a4e9e..a8100ad3f8 100644 --- a/meta/recipes-sato/eds/eds-dbus_git.bb +++ b/meta/recipes-sato/eds/eds-dbus_git.bb @@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \ DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib libsoup-2.4 libglade libical gnome-keyring gperf-native" +SRCREV = "7337d11aed576e7caaa12b4e881ad8d33668799f" PV = "2.30+git${SRCPV}" PR = "r1" diff --git a/meta/recipes-sato/eds/eds-tools_bzr.bb b/meta/recipes-sato/eds/eds-tools_bzr.bb index 9cead16516..bd693db378 100644 --- a/meta/recipes-sato/eds/eds-tools_bzr.bb +++ b/meta/recipes-sato/eds/eds-tools_bzr.bb @@ -4,6 +4,7 @@ DEPENDS = "dbus-glib eds-dbus" RDEPENDS_${PN} = "libedata-book" DESCRIPTION = "Test applications for EDS" +SRCREV = "2008-02-04" PR = "r1" SRC_URI = "bzr://burtonini.com/bzr/eds-tools;proto=http" |