]> code.ossystems Code Review - openembedded-core.git/commitdiff
eds-tools: Update it to fix the build error
authorWenzong Fan <wenzong.fan@windriver.com>
Tue, 14 Feb 2012 01:32:27 +0000 (09:32 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Feb 2012 17:51:14 +0000 (17:51 +0000)
The head file 'libedataserver/e-data-server-module.h' has been moved
to 'libebackend/e-data-server-module.h', just update eds-tools to get
the latest changes for fixing the path of 'e-data-server-module.h'.

Also update its recipe file to reflect it has been converted to git
repo and split all generated binaries to correct packages.

[YOCTO#1786]

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
meta/conf/distro/include/distro_tracking_fields.inc
meta/recipes-sato/eds/eds-tools_git.bb

index 02aeabd7e9227e1081cd0ed22061fd9a426aa389..5381c1882d54cfed7e0fc6675cd1896e45288aba 100644 (file)
@@ -5802,11 +5802,11 @@ DISTRO_PN_ALIAS_pn-aaina = "Intel"
 RECIPE_STATUS_pn-table = "red"
 DISTRO_PN_ALIAS_pn-table = "Intel"
 
-RECIPE_STATUS_pn-eds-tools = "red"
+RECIPE_STATUS_pn-eds-tools = "green"
 DISTRO_PN_ALIAS_pn-eds-tools = "OpenedHand"
 RECIPE_LATEST_VERSION_pn-eds-tools = "git"
 RECIPE_LAST_UPDATE_pn-eds-tools = "Oct 10, 2011"
-RECIPE_MANUAL_CHECK_DATE_pn-eds-tools = "Jan 12, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-eds-tools = "Feb 13, 2012"
 RECIPE_MAINTAINER_pn-eds-tools = "Wenzong Fan <wenzong.fan@windriver.com>"
 
 RECIPE_STATUS_pn-abiword-embedded = "red"
index fedfaf5bc52b3fdfd9a3e1a15b59f69fc0bb0553..cf0d72fa956b3ef7d9b2372f731dc01f746b5a31 100644 (file)
@@ -4,8 +4,8 @@ DEPENDS = "dbus-glib eds-dbus"
 RDEPENDS_${PN} = "libedata-book"
 DESCRIPTION = "Test applications for EDS"
 
-SRCREV = "882df681014cf42f75882995e507c75254b6b62f"
-PR = "r0"
+SRCREV = "5e9afbd22a021d1f0d0a0249d5995d19dd770584"
+PR = "r1"
 
 SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git"
 
@@ -13,6 +13,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 inherit autotools pkgconfig
 
-S = "${WORKDIR}/${BPN}"
+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"