From 85ff328d22c5f98b3d65bdf43b4539f3ecada519 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 4 Oct 2011 16:48:21 -0700 Subject: eds-tools: Convert from BZR to GIT Repo (From OE-Core rev: b83e4e1aeed115a2b495e54b0122ccf76b4d2eed) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-sato/eds/eds-tools_bzr.bb | 18 ------------------ meta/recipes-sato/eds/eds-tools_git.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-sato/eds/eds-tools_bzr.bb create mode 100644 meta/recipes-sato/eds/eds-tools_git.bb (limited to 'meta/recipes-sato/eds') diff --git a/meta/recipes-sato/eds/eds-tools_bzr.bb b/meta/recipes-sato/eds/eds-tools_bzr.bb deleted file mode 100644 index afa80004e4..0000000000 --- a/meta/recipes-sato/eds/eds-tools_bzr.bb +++ /dev/null @@ -1,18 +0,0 @@ -LICENSE = "GPLv2" -SECTION = "x11" -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" - -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -inherit autotools pkgconfig - -S = "${WORKDIR}/${BPN}" - -FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so" diff --git a/meta/recipes-sato/eds/eds-tools_git.bb b/meta/recipes-sato/eds/eds-tools_git.bb new file mode 100644 index 0000000000..fedfaf5bc5 --- /dev/null +++ b/meta/recipes-sato/eds/eds-tools_git.bb @@ -0,0 +1,18 @@ +LICENSE = "GPLv2" +SECTION = "x11" +DEPENDS = "dbus-glib eds-dbus" +RDEPENDS_${PN} = "libedata-book" +DESCRIPTION = "Test applications for EDS" + +SRCREV = "882df681014cf42f75882995e507c75254b6b62f" +PR = "r0" + +SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git" + +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +inherit autotools pkgconfig + +S = "${WORKDIR}/${BPN}" + +FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so" -- cgit v1.2.3-54-g00ecf