diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-07-23 20:36:22 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-27 22:51:33 -0700 |
commit | 106de1f41cae0160de8cb060ea18d581403b3d08 (patch) | |
tree | 9b6d3186de4b87fe6ad3adf5113c16b984b9e366 | |
parent | 90e80aafbd244b00c2ced995feb73af4a739279b (diff) | |
download | poky-106de1f41cae0160de8cb060ea18d581403b3d08.tar.gz |
distro tracking: add tcf-agent
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r-- | meta/conf/distro/include/private/distro_x11_libs.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/conf/distro/include/private/distro_x11_libs.inc b/meta/conf/distro/include/private/distro_x11_libs.inc index 235d2b66e6..2ebeff8bb2 100644 --- a/meta/conf/distro/include/private/distro_x11_libs.inc +++ b/meta/conf/distro/include/private/distro_x11_libs.inc | |||
@@ -753,3 +753,14 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-startup-notification = "2 years" | |||
753 | RECIPE_LATEST_RELEASE_DATE_pn-startup-notification = "04/13/2009" | 753 | RECIPE_LATEST_RELEASE_DATE_pn-startup-notification = "04/13/2009" |
754 | RECIPE_COMMENTS_pn-startup-notification = "in recipe, SECTION is libs but to be more accurate it should be x11/libs" | 754 | RECIPE_COMMENTS_pn-startup-notification = "in recipe, SECTION is libs but to be more accurate it should be x11/libs" |
755 | 755 | ||
756 | RECIPE_STATUS_pn-tcf-agent = "green" | ||
757 | DEPENDENCY_CHECK_pn-tcf-agent = "not done" | ||
758 | RECIPE_LATEST_VERSION_pn-tcf-agent = "0.3.0+svnr1078" | ||
759 | RECIPE_NO_OF_PATCHES_pn-tcf-agent = "2" | ||
760 | RECIPE_PATCH_pn-tcf-agent+terminals_agent = "we might get the patch from git://git.pokylinux.org/eclipse-poky.git in future" | ||
761 | RECIPE_PATCH_pn-tcf-agent+fix_tcf-agent.init = "a proper script /etc/init.d/tcf-agent" | ||
762 | RECIPE_INTEL_SECTION_pn-tcf-agent = "not done" | ||
763 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-tcf-agent = "1+ years" | ||
764 | RECIPE_LATEST_RELEASE_DATE_pn-tcf-agent = "07/2010" | ||
765 | RECIPE_COMMENTS_pn-tcf-agent = "" | ||
766 | |||