]> code.ossystems Code Review - openembedded-core.git/commit
oe/recipeutils.py: get_recipe_upstream_info only use sfx and pfx when exits
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 15 Jul 2015 00:43:55 +0000 (19:43 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Jul 2015 07:16:15 +0000 (08:16 +0100)
commit382833cc7e7603241838e18e429f69da0c2ee4ac
tree63599ff93f7466b9354eaa0cd78316a213687a7d
parentead7e6602fd340a2c31ce20941ad9a177395d7b1
oe/recipeutils.py: get_recipe_upstream_info only use sfx and pfx when exits

Don't use pfx and sfx when not exist because cause formatting errors
like 2.9HASH instead of 2.9+gitAUTOINC+HASH.

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