diff options
-rw-r--r-- | meta/conf/distro/include/private/distro_x11_core.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/conf/distro/include/private/distro_x11_core.inc b/meta/conf/distro/include/private/distro_x11_core.inc index 58eee34211..9a15282d37 100644 --- a/meta/conf/distro/include/private/distro_x11_core.inc +++ b/meta/conf/distro/include/private/distro_x11_core.inc | |||
@@ -112,3 +112,24 @@ RECIPE_NO_OF_PATCHES_pn-pango="1" | |||
112 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pango="1 month" | 112 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pango="1 month" |
113 | RECIPE_LATEST_RELEASE_DATE_pn-pango="2010/03/10" | 113 | RECIPE_LATEST_RELEASE_DATE_pn-pango="2010/03/10" |
114 | RECIPE_INTEL_SECTION_pn-pango="graphic core" | 114 | RECIPE_INTEL_SECTION_pn-pango="graphic core" |
115 | |||
116 | RECIPE_STATUS_pn-mesa-dri="green" # no update needed | ||
117 | RECIPE_LATEST_VERSION_pn-mesa-dri="7.8.2" | ||
118 | RECIPE_NO_OF_PATCHES_pn-mesa-dri="1" | ||
119 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-mesa-dri="2 monthes" | ||
120 | RECIPE_LATEST_RELEASE_DATE_pn-mesa-dri="2010/06/17" | ||
121 | RECIPE_INTEL_SECTION_pn-mesa-dri="graphic core" | ||
122 | |||
123 | RECIPE_STATUS_pn-mesa-xlib="green" # no update needed | ||
124 | RECIPE_LATEST_VERSION_pn-mesa-xlib="7.8.2" | ||
125 | RECIPE_NO_OF_PATCHES_pn-mesa-xlib="0" | ||
126 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-mesa-xlib="2 monthes" | ||
127 | RECIPE_LATEST_RELEASE_DATE_pn-mesa-xlib="2010/06/17" | ||
128 | RECIPE_INTEL_SECTION_pn-mesa-xlib="graphic core" | ||
129 | |||
130 | RECIPE_STATUS_pn-xserver-xf86-dri-lite="green" # no update needed | ||
131 | RECIPE_LATEST_VERSION_pn-xserver-xf86-dri-lite="1.8.99.904" | ||
132 | RECIPE_NO_OF_PATCHES_pn-xserver-xf86-dri-lite="2" | ||
133 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xserver-xf86-dri-lite="2 monthes" | ||
134 | RECIPE_LATEST_RELEASE_DATE_pn-xserver-xf86-dri-lite="2010/07/01" | ||
135 | RECIPE_INTEL_SECTION_pn-xserver-xf86-dri-lite="graphic core" | ||