summaryrefslogtreecommitdiffstats
path: root/meta/packages/eds/eds-tools_bzr.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-09-12 14:50:23 +0000
committerRoss Burton <ross@openedhand.com>2007-09-12 14:50:23 +0000
commitab5d09d447bcb1cf2fa33b3d5828925ceaf2cad3 (patch)
tree392edbb42ce65631d7e9fd8b69318ee0d2913343 /meta/packages/eds/eds-tools_bzr.bb
parente733d0d9deed8aafaddbf92523f2a594890d0b21 (diff)
downloadpoky-ab5d09d447bcb1cf2fa33b3d5828925ceaf2cad3.tar.gz
Rename eds-tests to eds-tools
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2731 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/eds/eds-tools_bzr.bb')
-rw-r--r--meta/packages/eds/eds-tools_bzr.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/eds/eds-tools_bzr.bb b/meta/packages/eds/eds-tools_bzr.bb
new file mode 100644
index 0000000000..85e1c4b7c4
--- /dev/null
+++ b/meta/packages/eds/eds-tools_bzr.bb
@@ -0,0 +1,13 @@
1LICENSE = "GPL"
2SECTION = "x11"
3DEPENDS = "dbus-glib eds-dbus"
4RDEPENDS = "libedata-book"
5DESCRIPTION = "Test applications for EDS"
6
7SRC_URI = "bzr://burtonini.com/bzr/${PN};proto=http"
8
9inherit autotools pkgconfig
10
11S = "${WORKDIR}/${PN}"
12
13FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so"