]> code.ossystems Code Review - openembedded-core.git/commit
scriptutils: Fix handling of srcuri urls
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Feb 2022 17:28:07 +0000 (17:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Feb 2022 17:05:30 +0000 (17:05 +0000)
commitbdaf0c798da21f9c15d9cb30ab4258a3c75c8bbf
tree605cc21a48e534100cfe594b86e87052f5d60c31
parentbe5442f065da40b41d3cd60793341e22654f2681
scriptutils: Fix handling of srcuri urls

Bitbake is now requiring there be a call to get_srcrev() when urls contain
floating revisions. This breaks some recipetool workflows since it is running
these queries to determine those revisions. Add a PV entry which triggers
that call to avoid the errors.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/scriptutils.py