]> code.ossystems Code Review - openembedded-core.git/commit
recipeutils.py: don't hardcode the upstream version as 1.0 when SRC_URI is empty...
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 25 Sep 2015 11:41:37 +0000 (14:41 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Sep 2015 10:58:25 +0000 (11:58 +0100)
commit10c948a67546dd4ed2ac00b5210ef4b3eeca9401
tree9748f4a25939b67724f9686942ce75df0acd6dab
parentccbb12f9ec7c0a5714a8b1a24efb46755408c256
recipeutils.py: don't hardcode the upstream version as 1.0 when SRC_URI is empty or absent

Instead, simply return the version of the recipe, so that the upstream
version checker will declare that they match.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/recipeutils.py