summaryrefslogtreecommitdiffstats
path: root/meta/classes/packagehistory.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-4/+4
| | | | | | | | | | | | | | | | | This is the result of running the following over the metadata: sed \ -e 's:bb.data.\(setVar([^,()]*,[^,()]*\), *\([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,()]*,[^,()]*,[^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^() ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` (From OE-Core rev: b22831fd63164c4db9c0b72934d7d734a6585251) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes: Remove and sanitise import statementsRichard Purdie2009-11-131-5/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* packagehistory.bbclass: Make package history package architecture specificRichard Purdie2009-07-281-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* packagehistory: Make sure package is inherited beforehand to preserve the ↵Richard Purdie2009-07-131-0/+2
| | | | | | PACKAGEFUNCS variable Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add package_history.bbclass which checks generated package against previous ↵Richard Purdie2009-07-091-0/+100
package looking for problematic changes