diff options
author | Yu Ke <ke.yu@intel.com> | 2010-07-15 13:01:11 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-16 16:25:17 +0100 |
commit | 8078a305aa512c9eccf22fe8686fc49db4ba4eef (patch) | |
tree | 1fb9c14c0b61881fce6ad27e108f570df7347878 /meta/conf | |
parent | 84efdfb16aed50ab5e13d9cf1467d90c5963d0fe (diff) | |
download | poky-8078a305aa512c9eccf22fe8686fc49db4ba4eef.tar.gz |
distro tracking: add distro tracking field for qemugl, vte and web-webkit
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/private/distro_x11_apps_2.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/conf/distro/include/private/distro_x11_apps_2.inc b/meta/conf/distro/include/private/distro_x11_apps_2.inc index 8222e5d144..6ce42ecb48 100644 --- a/meta/conf/distro/include/private/distro_x11_apps_2.inc +++ b/meta/conf/distro/include/private/distro_x11_apps_2.inc | |||
@@ -85,3 +85,17 @@ RECIPE_NO_OF_PATCHES_pn-xrandr="0" | |||
85 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xrandr="1 month" | 85 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xrandr="1 month" |
86 | RECIPE_LATEST_RELEASE_DATE_pn-xrandr="2009/09/10" | 86 | RECIPE_LATEST_RELEASE_DATE_pn-xrandr="2009/09/10" |
87 | RECIPE_INTEL_SECTION_pn-xrandr="graphic app" | 87 | RECIPE_INTEL_SECTION_pn-xrandr="graphic app" |
88 | |||
89 | RECIPE_STATUS_pn-vte="green" # no update needed | ||
90 | RECIPE_LATEST_VERSION_pn-vte="0.24.2" | ||
91 | RECIPE_NO_OF_PATCHES_pn-vte="0" | ||
92 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-vte="3 monthes" | ||
93 | RECIPE_LATEST_RELEASE_DATE_pn-vte="2010/06/21" | ||
94 | RECIPE_INTEL_SECTION_pn-vte="graphic app" | ||
95 | |||
96 | RECIPE_STATUS_pn-qemugl="green" # no update needed | ||
97 | RECIPE_LATEST_VERSION_pn-qemugl="0.0+git0+d888bbc723c00d197d34a39b5b7448660ec1b1c0" | ||
98 | RECIPE_NO_OF_PATCHES_pn-qemugl="1" | ||
99 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-qemugl="n/a" | ||
100 | RECIPE_LATEST_RELEASE_DATE_pn-qemugl="2009/05/30" | ||
101 | RECIPE_INTEL_SECTION_pn-qemugl="graphic app" | ||