alsa-utils: replacing exp10 with pow for uclibc
[openembedded.git] / lib /
2011-02-18 Andreas Oberritterutils.py: use bb.utils.vercmp_string instead of bb...
2011-02-09 Chris Larsonoe.test_types: improve naming/organization
2011-02-09 Chris LarsonMore sane naming for the variable typing code
2011-02-09 Chris Larsonoe.types: for invalid type, list valid ones
2011-01-16 Andreas Oberritterunpack.py: add SRC_URI parameter unpack=<bool> (default...
2011-01-13 Chris Larsonoe.types: add floating point type
2011-01-13 Chris Larsonoe.types: allow specifying the number base for integer
2011-01-13 Chris Larsonoe.types: add/update docstrings
2010-12-28 Chris LarsonMerge branch 'typing'
2010-12-28 Chris LarsonImplement variable typing
2010-12-17 Chris Larsonoe.patch: add missing bb imports
2010-12-15 Chris Larsonoe.utils: add 'inherits' function
2010-11-12 Philip BalisterMerge branch 'org.openembedded.dev' of git.openembedded...
2010-11-08 Chris Larsonoe.patch: for 'patch', always use -f
2010-10-26 Chris LarsonHandle .lz/.tar.lz URIs
2010-10-23 Chris Larsonoe.patch: fall back to '-' for quiltrc
2010-10-23 Chris Larsonoe.patch: use --quiltrc= instead of --quiltrc
2010-10-22 Chris Larsonoe.patch: don't use dry-run for 'patch'
2010-10-22 Chris Larsonoe.patch: use oe.process
2010-10-22 Chris Larsonoe.process: allow passing input into run()
2010-10-22 Chris Larsonoe.patch: fix 'd' references
2010-10-17 Chris Larsonutils, oe.utils: add 'uniq' function
2010-10-15 Henning Heinoldoe.unpack: fix subdir-feature
2010-10-14 Chris Larsonoe.unpack: use oe.process
2010-10-14 Chris Larsonoe.process: subclass Popen
2010-10-14 Chris Larsonoe.process: pull some common bits over
2010-10-10 Chris Larsonoe.packagegroup: fix python version compat issue
2010-10-10 Chris LarsonImplement 'dbg', 'dev', and 'doc' package groups
2010-10-10 Chris LarsonMove packagedata code into oe.packagedata
2010-10-10 Chris Larsonoe.packagegroup: add code for package groups
2010-10-10 Chris Larsonoe.package: add 'files' function
2010-10-10 Chris Larsonoe.path: add 'find' convenience function
2010-10-03 Klaus KurzmannMerge branch 'org.openembedded.dev' of git+ssh://git...
2010-09-27 Enrico Scholzoe.path: added 'recurse' argument to remove()
2010-09-23 Cliff BrakeMerge branch 'org.openembedded.dev' of git://git.openem...
2010-09-23 Khem Rajoe/patch.py: Remove series file during Clean()
2010-09-06 Eric Bénardlib/oe/unpack.py: fix uncompressing .gz .bz2 or .xz
2010-09-02 Florian BoorMerge branch 'imx' into org.openembedded.dev
2010-09-02 Chris Larsondo_unpack, do_patch: shift some responsibility around...
2010-07-26 Evgeniy Dushistovoe.patch: don't error when the symlink already exists...
2010-06-12 Frans MeulenbroeksMerge branch 'org.openembedded.dev' of git.openembedded...
2010-06-10 Khem Rajlib/oe/patch.py: Dont import patches but symlink them...
2010-06-10 Chris LarsonAdd a rm -rf utility function and use it in packaged...
2010-06-10 Khem RajRevert "lib/oe/patch.py: Dont import patches but symlin...
2010-06-10 Khem Rajlib/oe/patch.py: Dont import patches but symlink them...
2010-05-27 Enrico Scholzoe.utils: added param_bool() method
2010-05-24 Chris Larsonoe.patch: kill long standing annoying messages from...
2010-04-24 Chris Larsonoe.path.relative: add missing imports
2010-04-24 Chris LarsonRevert "oe.path.relative: switch to a different appraoch"
2010-04-23 Chris Larsonoe.path.relative: switch to a different appraoch
2010-04-23 Chris Larsonoe.path.relative: leverage os.path.relpath if available
2010-04-23 Chris Larsonoe.path.join: simplify a bit
2010-04-23 Chris LarsonInitial move of common python bits into modules of...