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:51:14 +0000 |
commit | 38d74ee1fe6f28ec4d7db79f550c7d2830d922fb (patch) | |
tree | ad4122128601140e2fc45f0a57e2e60f075a41e7 /meta/conf/distro | |
parent | d974ed4330f33c4f8dfd635a83c61a0d44e688b6 (diff) | |
download | openembedded-core-38d74ee1fe6f28ec4d7db79f550c7d2830d922fb.tar.gz openembedded-core-38d74ee1fe6f28ec4d7db79f550c7d2830d922fb.tar.bz2 openembedded-core-38d74ee1fe6f28ec4d7db79f550c7d2830d922fb.zip |
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]
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/distro_tracking_fields.inc | 4 |
1 files changed, 2 insertions, 2 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" 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" |