summaryrefslogtreecommitdiff
path: root/meta/packages/opkg-utils
AgeCommit message (Collapse)AuthorFiles
2010-08-27Major layout change to the packages directoryRichard Purdie2
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-07-22Finally deprecate all legacy do_stage functions. This changes the existing ↵Richard Purdie1
warning into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-22opkg-utils: add do_install after NATIVE_INSTALL_WORKSKevin Tian1
NATIVE_INSTALL_WORKS implicates an explicit do_install required or else its binaries are not installed to sysroot, which result in error like: sh: opkg-build not found Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-21opkg-utils: Set NATIVE_INSTALL_WORKS otherwise we'd use legacy staging which ↵Richard Purdie1
is not correct Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-21opkg-utils: Upgraded to revision 4747Dongxiao Xu1
Update the default revision for opkg-utils in poky-default-revisions.inc Remove "inherit autotools" since opkg-utils is not autotools based Fix recipe 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>
2009-08-27opkg-utils: Update changing .ipk avoidence patchRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-26opkg-utils: Further missing files tweaksRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-26opkg-utils: Add patch to avoid errors when packages change while rebuilding ↵Richard Purdie3
the package indexes Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-01-02Drop now unneeded FILESDIR and S variables from various recipesRichard Purdie1
2008-12-30classes/autotools_stage.bbclass: Add autotools_stage class to further ↵Richard Purdie1
recipes to simplify recipes using standard autotools
2008-07-18opkg-utils: Switch to svnRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4874 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-17Add opkg-utilsRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4862 311d38ba-8fff-0310-9ca6-ca027cbcb966