summaryrefslogtreecommitdiffstats
path: root/meta/packages/opkg/opkg
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-273-74/+0
| | | | | | | | | | | | | | | | | 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>
* opkg: take out the bad patch on crackNitin A Kamble2010-07-311-13/+0
| | | | | | | opkg_unarchive.patch: This patch was trunkating the filenames silently for no reason. took it out. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* opkg: Fix header problemRichard Purdie2010-01-291-0/+17
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Update to latest svn and apply patch to enable readable logfilesRichard Purdie2010-01-266-164/+34
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Convert to use BBCLASSEXTENDRichard Purdie2010-01-134-0/+119
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Switch to google svn and patch to export a version comparision ↵Richard Purdie2009-10-052-0/+81
function (patches taken from OE.dev) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>