]> code.ossystems Code Review - openembedded-core.git/commit
oe/recipeutils.py: get_recipe_upstream_version returns 1.0 when not SRC_URI
authorAníbal Limón <anibal.limon@linux.intel.com>
Thu, 9 Jul 2015 23:15:43 +0000 (18:15 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jul 2015 21:53:22 +0000 (22:53 +0100)
commit92f2481cf88e7b626cfe604134c9d020d06bd32c
tree6492035a7edd3e8b5ac7906f7e2432ca831c6a45
parentbebbcb10f467b40cc9a2fb64c824f2ef4142f7fe
oe/recipeutils.py: get_recipe_upstream_version returns 1.0 when not SRC_URI

Recipes that don't have SRC_URI means that don't use upstream sources
so returns 1.0.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/recipeutils.py