diff options
author | Ross Burton <ross@openedhand.com> | 2007-09-12 13:20:29 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-09-12 13:20:29 +0000 |
commit | e805cf6b66d7ed630c49f1d4b25f807e8fc1bb21 (patch) | |
tree | af2d50fb185a2f1ae9e53d614079183e07d20892 /meta/packages/eds | |
parent | 3b565200abc95ee805f7f4c98d917f6c3d57e37c (diff) | |
download | poky-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" | |||
4 | RDEPENDS = "libedata-book" | 4 | RDEPENDS = "libedata-book" |
5 | DESCRIPTION = "Test applications for EDS" | 5 | DESCRIPTION = "Test applications for EDS" |
6 | 6 | ||
7 | PR = "r1" | 7 | SRC_URI = "bzr://burtonini.com/bzr/eds-tests;proto=http" |
8 | |||
9 | SRC_URI = "http://burtonini.com/temp/${PN}-${PV}.tar.gz" | ||
10 | 8 | ||
11 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |
12 | 10 | ||
13 | S = "${WORKDIR}/${PN}-${PV}" | 11 | S = "${WORKDIR}/${PN}" |
14 | 12 | ||
15 | FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so" | 13 | FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so" |