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