summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/mtools
AgeCommit message (Collapse)AuthorFiles
2011-10-27mtools: upgrade to 4.0.17Scott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-10-05mtools: Disable parallel make install, its brokenRichard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-23recipes: Delete patch=1, its default and replace pnum with striplevelKhem Raj1
Some place pnum=1 is used which is removed as well since striplevel=1 is default Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-28mtools: upgrade to v4.0.16Scott Garman2
Also added Upstream-Status: tag to a patch. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-05-17Upstream-Status: Update patch upstream-status for GPLv2 recipesZhai Edwin3
Including gzip and mtoools Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-11-24mtools: add version 4.0.15Scott Garman2
This is the latest release of mtools, which is also GPLv3. Leaving the previous recipe as-is since it is GPLv2. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-11-24mtools:Add license checksum to bb fileMei Lei1
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie4
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>