summaryrefslogtreecommitdiff
path: root/meta/conf/distro/include/private/distro_fix.inc
Commit message (Collapse)AuthorAgeFilesLines
* distr-tracking: add MAINTAINER and version info for rest recipesKevin Tian2010-08-191-207/+0
| | | | | | | | | | This commit add basic distro-tracking fields (status/maintainer/latest_ver) for rest recipes in world target. There may still have some missing, but most have been made up this time In total 279 pacakges are touched Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* DistroData: Cleanup Version numbers and add DistroData ParserSaul Wold2010-08-171-2/+2
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* distro_tracking: Add tracking field for db, opkg, and opkg-utilsDongxiao Xu2010-07-211-3/+0
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* distro tracking: Update fileds for gnome-vfs, avahi, libassuan, liboil...Zhai Edwin2010-07-211-9/+0
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* distro_tracking: Add/change tracking fields for glibc, tremor, libproxyDongxiao Xu2010-07-161-3/+0
| | | | | | Add "# OK" to indicate the recipe is not upgraded to the latest version Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* distro-fixed.inc: create as last means for package version checkKevin Tian2010-07-131-0/+222
Some packages are not feasible for automatic version check. This commit adds a weak list of version information for those packages before they are carefully auditted. Also there're 14 packages out of tracking so far. Add simple information for them too. This is the last one to be assorted, so use weak assignment "?=" Signed-off-by Kevin Tian <kevin.tian@intel.com>