summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/eds/eds-tools_git.bb
blob: cf0d72fa956b3ef7d9b2372f731dc01f746b5a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LICENSE = "GPLv2"
SECTION = "x11"
DEPENDS = "dbus-glib eds-dbus"
RDEPENDS_${PN} = "libedata-book"
DESCRIPTION = "Test applications for EDS"

SRCREV = "5e9afbd22a021d1f0d0a0249d5995d19dd770584"
PR = "r1"

SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git"

LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

inherit autotools pkgconfig

S = "${WORKDIR}/git"

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