mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
distro-tracking: add RECIPE_MANUAL_CHECK_DATE for various recipes
The upstream package tracking webapp needs this additional distro tracking field to work properly for the following recipes I maintain: * icu * blktool * apmd * gperf * dosfstools * insserv * at (From OE-Core rev: aada3127a425f8f35c834f2d96f3737fd62df9c0) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4a6109fc36
commit
3fdd47a7ac
@@ -140,6 +140,7 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-icu = "n/a"
|
||||
RECIPE_LATEST_RELEASE_DATE_pn-icu = "08/2006"
|
||||
RECIPE_COMMENTS_pn-icu = "arm optimizations; license similar to MIT, however sub-license is not allowed; autoreconf is not used and current style is not clean. need enhancement in the future"
|
||||
RECIPE_LAST_UPDATE_pn-icu = "Dec 6, 2007"
|
||||
RECIPE_MANUAL_CHECK_DATE_pn-icu = "Jul 12, 2011"
|
||||
RECIPE_MAINTAINER_pn-icu = "Scott Garman <scott.a.garman@intel.com>"
|
||||
|
||||
RECIPE_STATUS_pn-eggdbus = "yellow" # patch comment
|
||||
@@ -818,6 +819,7 @@ RECIPE_INTEL_SECTION_pn-blktool = "base utils"
|
||||
RECIPE_LATEST_RELEASE_DATE_pn-blktool = "02/2010"
|
||||
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-blktool = "3 years"
|
||||
RECIPE_LAST_UPDATE_pn-blktool = "Jun 4, 2011"
|
||||
RECIPE_MANUAL_CHECK_DATE_pn-blktool = "Jul 12, 2011"
|
||||
RECIPE_MAINTAINER_pn-blktool = "Scott Garman <scott.a.garman@intel.com>"
|
||||
DISTRO_PN_ALIAS_pn-blktool = "Debian=blktool Mandriva=blktool"
|
||||
|
||||
@@ -911,6 +913,7 @@ RECIPE_LATEST_RELEASE_DATE_pn-apmd = "07/2009"
|
||||
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-apmd = "1 year"
|
||||
RECIPE_COMMENTS_pn-apmd = ""
|
||||
RECIPE_LAST_UPDATE_pn-apmd = "Jun 4, 2011"
|
||||
RECIPE_MANUAL_CHECK_DATE_pn-apmd = "Jul 12, 2011"
|
||||
RECIPE_MAINTAINER_pn-apmd = "Scott Garman <scott.a.garman@intel.com>"
|
||||
|
||||
RECIPE_STATUS_pn-gperf = "green"
|
||||
@@ -922,6 +925,7 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gperf = "2 years"
|
||||
RECIPE_LATEST_RELEASE_DATE_pn-gperf = "02/2009"
|
||||
RECIPE_COMMENTS_pn-gperf = "3.0.4 is GPLv3, however we only require native version so far"
|
||||
RECIPE_LAST_UPDATE_pn-gperf = "Jul 19, 2010"
|
||||
RECIPE_MANUAL_CHECK_DATE_pn-gperf = "Jul 12, 2011"
|
||||
RECIPE_MAINTAINER_pn-gperf = "Scott Garman <scott.a.garman@intel.com>"
|
||||
|
||||
RECIPE_STATUS_pn-valgrind = "green"
|
||||
@@ -1171,6 +1175,7 @@ RECIPE_LATEST_VERSION_pn-dosfstools = "2.11"
|
||||
RECIPE_LATEST_RELEASE_DATE_pn-dosfstools = "Mar 12, 2005"
|
||||
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-dosfstools = "15 months"
|
||||
RECIPE_LAST_UPDATE_pn-dosfstools = "Jun 4, 2011"
|
||||
RECIPE_MANUAL_CHECK_DATE_pn-dosfstools = "Jul 12, 2011"
|
||||
RECIPE_MAINTAINER_pn-dosfstools = "Scott Garman <scott.a.garman@intel.com>"
|
||||
|
||||
RECIPE_STATUS_pn-eee-acpi-scripts = "green"
|
||||
@@ -1194,6 +1199,7 @@ RECIPE_INTEL_SECTION_pn-insserv = "base"
|
||||
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-insserv = "unknown"
|
||||
RECIPE_LATEST_RELEASE_DATE_pn-insserv = "unknown"
|
||||
RECIPE_LAST_UPDATE_pn-insserv = "Nov 28, 2010"
|
||||
RECIPE_MANUAL_CHECK_DATE_pn-insserv = "Jul 12, 2011"
|
||||
RECIPE_MAINTAINER_pn-insserv = "Scott Garman <scott.a.garman@intel.com>"
|
||||
|
||||
RECIPE_STATUS_pn-modutils-collateral = "red"
|
||||
@@ -1958,6 +1964,7 @@ RECIPE_NO_OF_PATCHES_pn-at = "3"
|
||||
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-at = "13 months"
|
||||
RECIPE_LATEST_RELEASE_DATE_pn-at = "11/2009"
|
||||
RECIPE_LAST_UPDATE_pn-at = "Jun 4, 2011"
|
||||
RECIPE_MANUAL_CHECK_DATE_pn-at = "Jul 12, 2011"
|
||||
RECIPE_MAINTAINER_pn-at = "Scott Garman <scott.a.garman@intel.com>"
|
||||
|
||||
RECIPE_STATUS_pn-cpio = "green"
|
||||
|
||||
Reference in New Issue
Block a user