]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: replace version in S value
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 28 Jan 2015 12:02:26 +0000 (12:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Feb 2015 14:53:39 +0000 (14:53 +0000)
commit0b3c81ed5bcce9b608c4f804496d769288fe8c04
tree9ad920633383fa88f66e8a314fff6c8b93866279
parente48c06264f183c3d611a20a45914e9eeaa8f3736
recipetool: replace version in S value

If a versioned recipe filename is specified, replace the version in the
value of S with ${PV} just as we do with SRC_URI to make future upgrades
of the recipe easier.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/recipetool/create.py