summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-10-04 16:48:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-07 11:35:45 +0100
commit85ff328d22c5f98b3d65bdf43b4539f3ecada519 (patch)
tree64acd4392af09cd0d774a6dad9b11debe94ad8f3
parent2c89e283e58ef5b96e73e5b3c53516d1778cb3c7 (diff)
downloadpoky-85ff328d22c5f98b3d65bdf43b4539f3ecada519.tar.gz
eds-tools: Convert from BZR to GIT Repo
(From OE-Core rev: b83e4e1aeed115a2b495e54b0122ccf76b4d2eed) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-sato/eds/eds-tools_git.bb (renamed from meta/recipes-sato/eds/eds-tools_bzr.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/eds/eds-tools_bzr.bb b/meta/recipes-sato/eds/eds-tools_git.bb
index afa80004e4..fedfaf5bc5 100644
--- a/meta/recipes-sato/eds/eds-tools_bzr.bb
+++ b/meta/recipes-sato/eds/eds-tools_git.bb
@@ -4,10 +4,10 @@ DEPENDS = "dbus-glib eds-dbus"
4RDEPENDS_${PN} = "libedata-book" 4RDEPENDS_${PN} = "libedata-book"
5DESCRIPTION = "Test applications for EDS" 5DESCRIPTION = "Test applications for EDS"
6 6
7SRCREV = "2008-02-04" 7SRCREV = "882df681014cf42f75882995e507c75254b6b62f"
8PR = "r1" 8PR = "r0"
9 9
10SRC_URI = "bzr://burtonini.com/bzr/eds-tools;proto=http" 10SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git"
11 11
12LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 12LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
13 13