generic-poky/meta/lib/oe
Paul Eggleton 1fe254f123 buildhistory_analysis: fix error when version specifier missing
Passing None to split_versions() will raise an exception, so check that
the version is specified before passing it in.

(From OE-Core rev: 90caa605bd24279e4a9204e279492754119a8a55)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-30 12:04:46 +01:00
..
tests oe.license: add license flattening code 2011-12-08 15:24:29 +00:00
__init__.py lib/oe: Import oe lib from OE.dev 2010-05-06 12:48:05 +01:00
buildhistory_analysis.py buildhistory_analysis: fix error when version specifier missing 2012-05-30 12:04:46 +01:00
classextend.py multilib: Abstract class extension code into classextend.py 2012-01-05 12:36:29 +00:00
classutils.py oe.classutils: add module 2011-06-28 13:55:43 +01:00
data.py meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx) 2012-03-05 10:23:53 -08:00
distro_check.py meta: replace os.system with subprocess.call 2012-05-30 12:04:45 +01:00
license.py license.py: fix behaviour of copyleft_compliance 2012-04-04 17:17:51 +01:00
maketype.py Implement variable typing (sync from OE) 2011-05-20 17:34:22 +01:00
packagedata.py meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx) 2012-03-05 10:23:53 -08:00
packagegroup.py oe.packagegroup: add code for package groups (sync from OE) 2011-05-20 19:07:51 +01:00
patch.py meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) 2012-03-05 10:22:56 -08:00
path.py path.py: add make_relative_symlink method 2012-03-13 11:52:11 +00:00
prservice.py prservice: Added sanity check for prservice connection. 2012-03-08 12:16:29 -08:00
qa.py qa.py: Fix a typo when evaluating bitsize 2011-03-03 23:49:19 +00:00
sstatesig.py sstatesig: add SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS option to exclude well defined recipe->dependency 2012-02-26 10:56:45 +00:00
terminal.py lib/oe/terminal: add support for XFCE's terminal emulator 2011-11-01 14:51:37 +00:00
types.py oe.types: give the regex type more sane semantics 2012-05-17 21:13:08 +01:00
utils.py conf/bitbake.conf: add DISTRO_FEATURES_BACKFILL 2012-02-24 16:37:07 +00:00