Alterations to OE data behavior.
[vuplus_bitbake] / bin / oe / data.py
2004-03-28 Chris LarsonAlterations to OE data behavior.
2004-03-28 Michael 'Mickey... support 'fakeroot' attribute for functions
2004-01-26 Chris LarsonReplacing B.has_key(A) calls with A in B.
2004-01-24 Gerald Brittonanother optimization, another few percent
2004-01-24 Gerald Britton(no commit message)
2004-01-24 Gerald BrittonAuto merged
2004-01-24 Chris LarsonBUGFIX: silly bug in the overrides application.
2004-01-24 Chris LarsonFirst pass of improvements to the data handling to...
2004-01-23 Chris LarsonAlter data handling functions to skip operation on...
2004-01-23 Chris LarsonAdd a new syntax to .conf/.oe files for setting metadat...
2004-01-16 Michael 'Mickey... import time into the environment (need it for some...
2004-01-02 Chris LarsonGet rid of OEDIR. It'll still get added to the OEPATH...
2003-10-31 Chris LarsonAllow '+' in a variable name.
2003-09-28 Gerald Brittoneliminate dupes from paths, cleanup path inclusion...
2003-09-23 Chris LarsonAllow variable references within the key of a variable...
2003-09-23 Chris LarsonPackaging granularity fixes.
2003-07-28 Chris LarsonAllow deletion of prepends/appends items
2003-07-14 Chris LarsonUpdate documentation, and make use of doctest, for...
2003-07-09 Chris LarsonRevamp our _prepend/_append handling to fix the major...
2003-07-07 Chris LarsonBUGFIX: uncomment a miscommented block :)
2003-07-02 Chris LarsonAdd an emit_var convenience function
2003-07-01 Chris LarsonAdd optional third argument to getVar, which results...
2003-06-30 Chris LarsonBUGFIX in python sub in export (${@pythoncode}), import...
2003-06-27 Chris LarsonConvert package and package_ipkg to new implementations...
2003-06-26 Chris LarsonAdd staging_bindir to path in emit_env
2003-06-26 Chris LarsonSlight correction to emit_env wrt PATH
2003-06-25 Chris LarsonBUGFIX: typo in emit_env
2003-06-25 Chris LarsonEscape the doublequotes in the variable contents in...
2003-06-20 Chris LarsonBUGFIX: import types
2003-06-16 Chris LarsonBetter default values for the expandData() function...
2003-06-14 Chris LarsonBUGFIX: Handle the case where a variable is None in...
2003-06-14 Chris Larsonbk cp oedata.py oe/data.py
2003-06-14 Chris Larson(no commit message)