SRC_URI_append_machine = foo
[vuplus_bitbake] / bin / oe / data.py
2004-06-21 Holger Hans Peter... SRC_URI_append_machine = foo
2004-06-01 Chris LarsonMinor indentation change - no hard tabs in the oe core.
2004-06-01 Phil Blundelladd oe.data.inherits_class()
2004-06-01 Phil Blundellremove bogus length check in expand() to fix meta-opie
2004-05-09 Chris LarsonCorrect an indentation bug, add some missing modelines...
2004-05-09 Chris LarsonWhitespace changes. Reformat things to better match...
2004-04-25 Chris LarsonKill one instance of KeyboardInterrupt being swallowed...
2004-04-20 Michael 'Mickey... Import patch tmpfile
2004-04-20 Michael 'Mickey... Import patch data.patch
2004-04-11 Michael 'Mickey... Import patch showdata.patch
2004-04-04 Michael 'Mickey... print information when expand fails
2004-04-01 Chris LarsonAuto merged
2004-03-31 Chris LarsonRaise an exception when a variable references itself...
2004-03-31 Chris LarsonImprove performance by cutting down duplication expansions.
2004-03-31 Chris LarsonImplement a check for variable recursion at expansion...
2004-03-31 Chris LarsonBUGFIX: kill unnecessary empty line in function emission.
2004-03-31 Michael 'Mickey... support python function expansion
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)