aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/eds/eds-tools_bzr.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/eds/eds-tools_bzr.bb')
-rw-r--r--meta/recipes-sato/eds/eds-tools_bzr.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-sato/eds/eds-tools_bzr.bb b/meta/recipes-sato/eds/eds-tools_bzr.bb
new file mode 100644
index 0000000000..85e1c4b7c4
--- /dev/null
+++ b/meta/recipes-sato/eds/eds-tools_bzr.bb
@@ -0,0 +1,13 @@
+LICENSE = "GPL"
+SECTION = "x11"
+DEPENDS = "dbus-glib eds-dbus"
+RDEPENDS = "libedata-book"
+DESCRIPTION = "Test applications for EDS"
+
+SRC_URI = "bzr://burtonini.com/bzr/${PN};proto=http"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/${PN}"
+
+FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so"