diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2012-02-14 09:32:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-21 17:59:38 +0000 |
commit | 888f9d59a9f6ee9ab6aadedf8ab6b0695581adfe (patch) | |
tree | b8746bb829c6e482abc6530b0daeea0371b37af3 | |
parent | 5aec33be7256025a028d4d399d69532aa2b8e940 (diff) | |
download | poky-888f9d59a9f6ee9ab6aadedf8ab6b0695581adfe.tar.gz |
eds-tools: Update it to fix the build error
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]
(From OE-Core rev: 38d74ee1fe6f28ec4d7db79f550c7d2830d922fb)
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/distro/include/distro_tracking_fields.inc | 4 | ||||
-rw-r--r-- | meta/recipes-sato/eds/eds-tools_git.bb | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 02aeabd7e9..5381c1882d 100644 --- a/meta/conf/distro/include/distro_tracking_fields.inc +++ b/meta/conf/distro/include/distro_tracking_fields.inc | |||
@@ -5802,11 +5802,11 @@ DISTRO_PN_ALIAS_pn-aaina = "Intel" | |||
5802 | RECIPE_STATUS_pn-table = "red" | 5802 | RECIPE_STATUS_pn-table = "red" |
5803 | DISTRO_PN_ALIAS_pn-table = "Intel" | 5803 | DISTRO_PN_ALIAS_pn-table = "Intel" |
5804 | 5804 | ||
5805 | RECIPE_STATUS_pn-eds-tools = "red" | 5805 | RECIPE_STATUS_pn-eds-tools = "green" |
5806 | DISTRO_PN_ALIAS_pn-eds-tools = "OpenedHand" | 5806 | DISTRO_PN_ALIAS_pn-eds-tools = "OpenedHand" |
5807 | RECIPE_LATEST_VERSION_pn-eds-tools = "git" | 5807 | RECIPE_LATEST_VERSION_pn-eds-tools = "git" |
5808 | RECIPE_LAST_UPDATE_pn-eds-tools = "Oct 10, 2011" | 5808 | RECIPE_LAST_UPDATE_pn-eds-tools = "Oct 10, 2011" |
5809 | RECIPE_MANUAL_CHECK_DATE_pn-eds-tools = "Jan 12, 2012" | 5809 | RECIPE_MANUAL_CHECK_DATE_pn-eds-tools = "Feb 13, 2012" |
5810 | RECIPE_MAINTAINER_pn-eds-tools = "Wenzong Fan <wenzong.fan@windriver.com>" | 5810 | RECIPE_MAINTAINER_pn-eds-tools = "Wenzong Fan <wenzong.fan@windriver.com>" |
5811 | 5811 | ||
5812 | RECIPE_STATUS_pn-abiword-embedded = "red" | 5812 | RECIPE_STATUS_pn-abiword-embedded = "red" |
diff --git a/meta/recipes-sato/eds/eds-tools_git.bb b/meta/recipes-sato/eds/eds-tools_git.bb index fedfaf5bc5..cf0d72fa95 100644 --- a/meta/recipes-sato/eds/eds-tools_git.bb +++ b/meta/recipes-sato/eds/eds-tools_git.bb | |||
@@ -4,8 +4,8 @@ DEPENDS = "dbus-glib eds-dbus" | |||
4 | RDEPENDS_${PN} = "libedata-book" | 4 | RDEPENDS_${PN} = "libedata-book" |
5 | DESCRIPTION = "Test applications for EDS" | 5 | DESCRIPTION = "Test applications for EDS" |
6 | 6 | ||
7 | SRCREV = "882df681014cf42f75882995e507c75254b6b62f" | 7 | SRCREV = "5e9afbd22a021d1f0d0a0249d5995d19dd770584" |
8 | PR = "r0" | 8 | PR = "r1" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git" | 10 | SRC_URI = "git://github.com/rossburton/eds-tools.git;protocol=git" |
11 | 11 | ||
@@ -13,6 +13,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | S = "${WORKDIR}/${BPN}" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so" | 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" | ||