summaryrefslogtreecommitdiffstats
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 @@
1LICENSE = "GPL"
2SECTION = "x11"
3DEPENDS = "dbus-glib eds-dbus"
4RDEPENDS = "libedata-book"
5DESCRIPTION = "Test applications for EDS"
6
7SRC_URI = "bzr://burtonini.com/bzr/${PN};proto=http"
8
9inherit autotools pkgconfig
10
11S = "${WORKDIR}/${PN}"
12
13FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so"