summaryrefslogtreecommitdiffstats
path: root/meta/packages/eds
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-09-12 13:20:29 +0000
committerRoss Burton <ross@openedhand.com>2007-09-12 13:20:29 +0000
commite805cf6b66d7ed630c49f1d4b25f807e8fc1bb21 (patch)
treeaf2d50fb185a2f1ae9e53d614079183e07d20892 /meta/packages/eds
parent3b565200abc95ee805f7f4c98d917f6c3d57e37c (diff)
downloadpoky-e805cf6b66d7ed630c49f1d4b25f807e8fc1bb21.tar.gz
Update eds-tests to bzr branch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2728 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/eds')
-rw-r--r--meta/packages/eds/eds-tests_bzr.bb (renamed from meta/packages/eds/eds-tests_0.1.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/packages/eds/eds-tests_0.1.bb b/meta/packages/eds/eds-tests_bzr.bb
index e9c02dcc18..daa72f22fe 100644
--- a/meta/packages/eds/eds-tests_0.1.bb
+++ b/meta/packages/eds/eds-tests_bzr.bb
@@ -4,12 +4,10 @@ DEPENDS = "dbus-glib eds-dbus"
4RDEPENDS = "libedata-book" 4RDEPENDS = "libedata-book"
5DESCRIPTION = "Test applications for EDS" 5DESCRIPTION = "Test applications for EDS"
6 6
7PR = "r1" 7SRC_URI = "bzr://burtonini.com/bzr/eds-tests;proto=http"
8
9SRC_URI = "http://burtonini.com/temp/${PN}-${PV}.tar.gz"
10 8
11inherit autotools pkgconfig 9inherit autotools pkgconfig
12 10
13S = "${WORKDIR}/${PN}-${PV}" 11S = "${WORKDIR}/${PN}"
14 12
15FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so" 13FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so"