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 00000000000..85e1c4b7c4f --- /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" |