aboutsummaryrefslogtreecommitdiffstats
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-27 14:48:10 +0100
commit302a1251be7ec81fc1d270d9d7b6db6d140d4692 (patch)
tree9c2d8134f4abfd8ce8a9b402f68114dd4c5c0062 /meta/recipes-sato
parentf7a156ef72b4aa605d21c1ab148f0da4ddd924c8 (diff)
downloadopenembedded-core-contrib-302a1251be7ec81fc1d270d9d7b6db6d140d4692.tar.gz
eds-tools: Drop this recipe, its inapproriate in OE-Core
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 @@
-LICENSE = "GPLv2"
-SECTION = "x11"
-DEPENDS = "dbus-glib evolution-data-server"
-RDEPENDS_${PN} = "libedata-book"
-DESCRIPTION = "Test applications for EDS"
-
-SRCREV = "5e9afbd22a021d1f0d0a0249d5995d19dd770584"
-PR = "r3"
-
-SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-
-inherit autotools pkgconfig
-
-S = "${WORKDIR}/git"
-
-FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so"
-FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.la"
-FILES_${PN}-dbg += "${libdir}/evolution-data-server-1.2/extensions/.debug/*.so"