Add eds-tests

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1353 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-03-15 20:41:01 +00:00
parent 58ccf2ec61
commit d2ba482d4c
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "dbus-glib eds-dbus"
RDEPENDS = "libedata-book"
DESCRIPTION = "Test applications for EDS"
PR = "r1"
SRC_URI = "http://burtonini.com/temp/${PN}-${PV}.tar.gz"
inherit autotools pkgconfig
S = "${WORKDIR}/${PN}-${PV}"
FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so"