summaryrefslogtreecommitdiffstats
path: root/meta/packages/eds/eds-tests_bzr.bb
blob: daa72f22fe1dc349619560115ec7044370fe7008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "dbus-glib eds-dbus"
RDEPENDS = "libedata-book"
DESCRIPTION = "Test applications for EDS"

SRC_URI = "bzr://burtonini.com/bzr/eds-tests;proto=http"

inherit autotools pkgconfig

S = "${WORKDIR}/${PN}"

FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so"