[bitbake-devel] [PATCH 0/1] fetch2: avoid circular recursion with SRCPV in PR

Peter Marko peter.marko at siemens.com
Wed Oct 10 10:34:39 UTC 2018


This change introduces fix for circular dependency if SRCPV is in PR.

Although it's maybe not a common to use SRCPV in PR instead of PV,
nothing prevented it in previous releases.
PR is part of overall version string and we have special handling of
PV string of custom recipes, thus we add all the "extra info" in PR.
When migrating from poky-pyro to latest master, this error occurred.
Please consider also this non-standard use-case.

Peter Marko (1):
  fetch2: avoid circular recursion with SRCPV in PR

 lib/bb/fetch2/__init__.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.11.0




More information about the bitbake-devel mailing list