summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/eds
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/eds')
-rw-r--r--meta/recipes-sato/eds/eds-tools_git.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-sato/eds/eds-tools_git.bb b/meta/recipes-sato/eds/eds-tools_git.bb
index fedfaf5bc5..cf0d72fa95 100644
--- a/meta/recipes-sato/eds/eds-tools_git.bb
+++ b/meta/recipes-sato/eds/eds-tools_git.bb
@@ -4,8 +4,8 @@ DEPENDS = "dbus-glib eds-dbus"
4RDEPENDS_${PN} = "libedata-book" 4RDEPENDS_${PN} = "libedata-book"
5DESCRIPTION = "Test applications for EDS" 5DESCRIPTION = "Test applications for EDS"
6 6
7SRCREV = "882df681014cf42f75882995e507c75254b6b62f" 7SRCREV = "5e9afbd22a021d1f0d0a0249d5995d19dd770584"
8PR = "r0" 8PR = "r1"
9 9
10SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git" 10SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git"
11 11
@@ -13,6 +13,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
13 13
14inherit autotools pkgconfig 14inherit autotools pkgconfig
15 15
16S = "${WORKDIR}/${BPN}" 16S = "${WORKDIR}/git"
17 17
18FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so" 18FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so"
19FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.la"
20FILES_${PN}-dbg += "${libdir}/evolution-data-server-1.2/extensions/.debug/*.so"