summaryrefslogtreecommitdiff
path: root/meta/packages/opkg/opkg.inc
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-33/+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: finalize the change to var directoryKevin Tian2010-08-261-3/+3
| | | | | | | | | | | commit 1d0757f16beb31551733d9d755d72337ccda9642 changes opkg run state from /usr/lib/opkg to /var/lib/opkg, which however is incomplete and still many important information is kept under old directory including postinst methods. This makes latest boot into a mess. So finalize this movement to /var here. Fix [BUGID #229] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* opkg: use var for state files, not libdirJoshua Lock2010-08-251-0/+1
| | | | | | Fixes [BUGID #221] Signed-off-by: Joshua Lock <josh@linux.intel.com>
* opkg: Upgraded to version 0.1.8Dongxiao Xu2010-07-211-11/+7
| | | | | | | | Use stable release as default recipe. Remove logfix.patch since the logic is already in latest version package Also fix the metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* autotools: deprecate autotools_stage classJoshua Lock2010-04-271-1/+1
| | | | | | | | | Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* opkg: Fix header problemRichard Purdie2010-01-291-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Fix native and nativesdk configuration optionsRichard Purdie2010-01-271-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: add openssl to DEPENDSJoshua Lock2010-01-271-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* opkg: Update to latest svn and apply patch to enable readable logfilesRichard Purdie2010-01-261-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Convert to use BBCLASSEXTENDRichard Purdie2010-01-131-0/+13
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Switch to google svn and patch to export a version comparision ↵Richard Purdie2009-10-051-12/+6
| | | | | | function (patches taken from OE.dev) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Disable Werror, too many false positives with gcc 4.3.3Richard Purdie2009-05-231-0/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Fix sighandler compile error (patch from upstream)Richard Purdie2009-05-231-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: fix build with gcc 4.3.2Damien Lespiau2009-02-091-1/+7
| | | | opkg has the -Werror flag enabled and gcc 4.3.2 introduces new warnings.
* classes/autotools_stage.bbclass: Add autotools_stage class to further ↵Richard Purdie2008-12-301-5/+1
| | | | recipes to simplify recipes using standard autotools
* opkg: Really fix the prototype problem (and an invalid call)Richard Purdie2008-10-231-1/+3
|
* opkg: provide update-alternatives(-native)Marcin Juszkiewicz2008-03-191-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4058 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: added forgotten fileMarcin Juszkiewicz2008-03-171-0/+15
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4024 311d38ba-8fff-0310-9ca6-ca027cbcb966