diff options
Diffstat (limited to 'meta/recipes-sato/eds/eds-tools_git.bb')
-rw-r--r-- | meta/recipes-sato/eds/eds-tools_git.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-sato/eds/eds-tools_git.bb b/meta/recipes-sato/eds/eds-tools_git.bb deleted file mode 100644 index 97279ce76f..0000000000 --- a/meta/recipes-sato/eds/eds-tools_git.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | LICENSE = "GPLv2" | ||
2 | SECTION = "x11" | ||
3 | DEPENDS = "dbus-glib evolution-data-server" | ||
4 | RDEPENDS_${PN} = "libedata-book" | ||
5 | DESCRIPTION = "Test applications for EDS" | ||
6 | |||
7 | SRCREV = "5e9afbd22a021d1f0d0a0249d5995d19dd770584" | ||
8 | PR = "r3" | ||
9 | |||
10 | SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git" | ||
11 | |||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so" | ||
19 | FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.la" | ||
20 | FILES_${PN}-dbg += "${libdir}/evolution-data-server-1.2/extensions/.debug/*.so" | ||