diff options
| author | Kevin Tian <kevin.tian@intel.com> | 2010-06-08 13:42:37 +0800 |
|---|---|---|
| committer | Saul Wold <Saul.Wold@intel.com> | 2010-06-10 15:02:50 -0700 |
| commit | 3421414377f31c6635f4409840fad42cd0504205 (patch) | |
| tree | 6ea3fdf46bcd41f1556d1357fd141f1a9c89ee92 | |
| parent | cf01e506ed425a102fa5af2ae40b6cb030186cbe (diff) | |
| download | poky-3421414377f31c6635f4409840fad42cd0504205.tar.gz | |
Add distro overrides for previous metadata fixes
Signed-off-by Kevin Tian <kevin.tian@intel.com>
| -rw-r--r-- | meta/conf/distro/include/distro_tracking_fields.inc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc new file mode 100644 index 0000000000..1b43fc21f6 --- /dev/null +++ b/meta/conf/distro/include/distro_tracking_fields.inc | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | RECIPE_STATUS_pn+icu = "yellow" #do_configure for autotool;icu-3.6.inc | ||
| 2 | DEPENDENCY_CHECK_pn+icu = "not done" | ||
| 3 | RECIPE_LATEST_VERSION_pn+dbus-wait = "3_6" | ||
| 4 | RECIPE_PATCH_pn+icu+gccfix = "to be pushed upstream" | ||
| 5 | RECIPE_PATCH_pn+icu+use-g++-for-linking = "Unclear" | ||
| 6 | RECIPE_INTEL_SECTION_pn+icu = "base lib" | ||
| 7 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+icu = "n/a" | ||
| 8 | RECIPE_LATEST_RELEASE_DATE_pn+icu = "08/2006" | ||
| 9 | RECIPE_COMMENTS_pn+icu = "arm optimizations; license similar to MIT, however sub-license is not allowed" | ||
| 10 | |||
| 11 | ECIPE_STATUS_pn+dbus-wait = "green" | ||
| 12 | DEPENDENCY_CHECK_pn+dbus-wait = "not done" | ||
| 13 | RECIPE_LATEST_VERSION_pn+dbus-wait = "402" | ||
| 14 | RECIPE_INTEL_SECTION_pn+dbus-wait = "base util" | ||
| 15 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+dbus-wait = "n/a" | ||
| 16 | RECIPE_LATEST_RELEASE_DATE_pn+dbus-wait = "08/2008" | ||
| 17 | RECIPE_COMMENTS_pn+dbus-wait = "o-hand project" | ||
| 18 | |||
| 19 | RECIPE_STATUS_pn+e2fsprogs = "green" | ||
| 20 | DEPENDENCY_CHECK_pn+e2fsprogs = "not done" | ||
| 21 | RECIPE_LATEST_VERSION_pn+e2fsprogs = "1.41.12" | ||
| 22 | RECIPE_PATCH_pn+e2fsprogs+quotefix = "to be pushed upstream" | ||
| 23 | RECIPE_PATCH_pn+e2fsprogs+mkdir = "Unclear" | ||
| 24 | RECIPE_PATCH_pn+e2fsprogs+acinclude = "Unclear" | ||
| 25 | RECIPE_INTEL_SECTION_pn+e2fsprogs = "base util" | ||
| 26 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn+e2fsprogs = "2 months" | ||
| 27 | RECIPE_LATEST_RELEASE_DATE_pn+e2fsprogs = "05/2010" | ||
| 28 | RECIPE_COMMENTS_pn+e2fsprogs = "" | ||
| 29 | |||
