summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/eds/eds-tools_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/eds/eds-tools_git.bb')
-rw-r--r--meta/recipes-sato/eds/eds-tools_git.bb18
1 files changed, 18 insertions, 0 deletions
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 @@
1LICENSE = "GPLv2"
2SECTION = "x11"
3DEPENDS = "dbus-glib eds-dbus"
4RDEPENDS_${PN} = "libedata-book"
5DESCRIPTION = "Test applications for EDS"
6
7SRCREV = "882df681014cf42f75882995e507c75254b6b62f"
8PR = "r0"
9
10SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git"
11
12LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
13
14inherit autotools pkgconfig
15
16S = "${WORKDIR}/${BPN}"
17
18FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so"