summaryrefslogtreecommitdiff
path: root/meta/packages/opkg/opkg.inc
AgeCommit message (Collapse)AuthorFiles
2010-08-27Major layout change to the packages directoryRichard Purdie1
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>
2010-08-26opkg: finalize the change to var directoryKevin Tian1
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>
2010-08-25opkg: use var for state files, not libdirJoshua Lock1
Fixes [BUGID #221] Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-07-21opkg: Upgraded to version 0.1.8Dongxiao Xu1
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>
2010-04-27autotools: deprecate autotools_stage classJoshua Lock1
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>
2010-01-29opkg: Fix header problemRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-27opkg: Fix native and nativesdk configuration optionsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-27opkg: add openssl to DEPENDSJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-01-26opkg: Update to latest svn and apply patch to enable readable logfilesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-13opkg: Convert to use BBCLASSEXTENDRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-10-05opkg: Switch to google svn and patch to export a version comparision ↵Richard Purdie1
function (patches taken from OE.dev) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-23opkg: Disable Werror, too many false positives with gcc 4.3.3Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-23opkg: Fix sighandler compile error (patch from upstream)Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-02-09opkg: fix build with gcc 4.3.2Damien Lespiau1
opkg has the -Werror flag enabled and gcc 4.3.2 introduces new warnings.
2008-12-30classes/autotools_stage.bbclass: Add autotools_stage class to further ↵Richard Purdie1
recipes to simplify recipes using standard autotools
2008-10-23opkg: Really fix the prototype problem (and an invalid call)Richard Purdie1
2008-03-19opkg: provide update-alternatives(-native)Marcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4058 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-17opkg: added forgotten fileMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4024 311d38ba-8fff-0310-9ca6-ca027cbcb966