summaryrefslogtreecommitdiff
path: root/meta/packages/pax-utils
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-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-06-29pax-utils: upgrade to 0.2.1Kevin Tian2
- update metadata. license checksum is skipped, as pax-utils is depended by do_package task itself. I.e. the 1st do_package will be run after pax-utils-native is built. So far checksum verification is included in do_package task - no need to override {S} since {S} uses {BPN} - no need to define "_GNU_SOURCE" which has been included by source tar ball. Also remove do_compile override accordingly - remove recipe internal md5sum, which is not used by Poky Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-05-06pax-utils: Sync with OE.dev fixing native versionRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-13pax-utils: Convert to BBCLASSEXTENDRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17Remove layout_* variablesRichard Purdie1
Remove layout_* variables and replace them with variables specific to the different classes. The layout variables were only useful for the native/cross classes and caused more confusion than they solved. They didn't scale to the sdk class. It now clear a small set of native/cross variables fulfil the needs. This patch also changes native.bbclass to use "/" as the STAGING_DIR which makes sense since we're installing binaries into the locations we're compiling them for. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2008-12-31pax-utils: Upgrade 0.1.13 -> 0.1.19Richard Purdie2
2007-11-12Remove hardcoded staging layout assumptionsRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3116 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-22Add pax-utils for insane.bbclassRoss Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1194 311d38ba-8fff-0310-9ca6-ca027cbcb966