summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-27 11:35:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-28 09:20:53 +0100
commite496e3df23d2488f7ccee2f2856286c5db286f29 (patch)
tree9a69dac42d0570a4b7513013cb795bb6130201ec /meta/recipes-sato
parent366c7ee917c2e979d18ee5b7d2a5e1e0a87aed25 (diff)
downloadpoky-e496e3df23d2488f7ccee2f2856286c5db286f29.tar.gz
eds-tools: Drop this recipe, its inapproriate in OE-Core
(From OE-Core rev: 302a1251be7ec81fc1d270d9d7b6db6d140d4692) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/eds/eds-tools_git.bb20
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 @@
1LICENSE = "GPLv2"
2SECTION = "x11"
3DEPENDS = "dbus-glib evolution-data-server"
4RDEPENDS_${PN} = "libedata-book"
5DESCRIPTION = "Test applications for EDS"
6
7SRCREV = "5e9afbd22a021d1f0d0a0249d5995d19dd770584"
8PR = "r3"
9
10SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git"
11
12LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
13
14inherit autotools pkgconfig
15
16S = "${WORKDIR}/git"
17
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"