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/distro | |
parent | 84efdfb16aed50ab5e13d9cf1467d90c5963d0fe (diff) | |
download | openembedded-core-8078a305aa512c9eccf22fe8686fc49db4ba4eef.tar.gz openembedded-core-8078a305aa512c9eccf22fe8686fc49db4ba4eef.tar.bz2 openembedded-core-8078a305aa512c9eccf22fe8686fc49db4ba4eef.tar.xz openembedded-core-8078a305aa512c9eccf22fe8686fc49db4ba4eef.zip |
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/distro')
-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 8222e5d14..6ce42ecb4 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" RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xrandr="1 month" RECIPE_LATEST_RELEASE_DATE_pn-xrandr="2009/09/10" RECIPE_INTEL_SECTION_pn-xrandr="graphic app" + +RECIPE_STATUS_pn-vte="green" # no update needed +RECIPE_LATEST_VERSION_pn-vte="0.24.2" +RECIPE_NO_OF_PATCHES_pn-vte="0" +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-vte="3 monthes" +RECIPE_LATEST_RELEASE_DATE_pn-vte="2010/06/21" +RECIPE_INTEL_SECTION_pn-vte="graphic app" + +RECIPE_STATUS_pn-qemugl="green" # no update needed +RECIPE_LATEST_VERSION_pn-qemugl="0.0+git0+d888bbc723c00d197d34a39b5b7448660ec1b1c0" +RECIPE_NO_OF_PATCHES_pn-qemugl="1" +RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-qemugl="n/a" +RECIPE_LATEST_RELEASE_DATE_pn-qemugl="2009/05/30" +RECIPE_INTEL_SECTION_pn-qemugl="graphic app" |