Files
poky/meta/recipes-sato/eds/eds-tools_git.bb
Saul Wold 41296357a9 evolation-data-server: Rename from eds-dbus
[YOCTO #2316]

(From OE-Core rev: 6189a8a05620974c098d548c26502453f371fe26)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-26 10:05:19 +01:00

21 lines
628 B
BlitzBasic

LICENSE = "GPLv2"
SECTION = "x11"
DEPENDS = "dbus-glib evolution-data-server"
RDEPENDS_${PN} = "libedata-book"
DESCRIPTION = "Test applications for EDS"
SRCREV = "5e9afbd22a021d1f0d0a0249d5995d19dd770584"
PR = "r3"
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"