]> code.ossystems Code Review - openembedded-core.git/commitdiff
eds-tools: Drop this recipe, its inapproriate in OE-Core
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Jul 2012 11:35:12 +0000 (11:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Jul 2012 13:48:10 +0000 (14:48 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/world-broken.inc
meta/conf/multilib.conf
meta/recipes-sato/eds/eds-tools_git.bb [deleted file]

index 76b08d094636d99f0c39290acb2a52ff296e3805..f7c222e6ad4cecc78282d8d15efe9d5bb728e7cb 100644 (file)
@@ -3,5 +3,3 @@
 #
 EXCLUDE_FROM_WORLD_pn-gobject-introspection = "1"
 
-# Need bzr
-EXCLUDE_FROM_WORLD_pn-eds-tools = "1"
index a23a0eec702502dd56b7e8e26f33284b0bd6d09e..12005894e7dd88f88a71362693d9805033a39462 100644 (file)
@@ -126,7 +126,6 @@ BBCLASSEXTEND_append_pn-dtc = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-e2fsprogs = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-ed = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-evolution-data-server = " ${MULTILIBS}"
-BBCLASSEXTEND_append_pn-eds-tools = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-eee-acpi-scripts = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-eglibc-initial = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-eglibc-locale = " ${MULTILIBS}"
diff --git a/meta/recipes-sato/eds/eds-tools_git.bb b/meta/recipes-sato/eds/eds-tools_git.bb
deleted file mode 100644 (file)
index 97279ce..0000000
+++ /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"