[bitbake-devel] [PATCH v3 0/1] Make SRCREV_FORMAT name substitution safer

Ulf Magnusson ulfalizer at gmail.com
Mon Sep 12 22:33:31 UTC 2016


Changes since v2:

Using re.compile() is a bit silly for a one-off regex. Use re.sub() directly
instead.

Changes since v1:

Fix the original patch to make it actually work, and broaden it to make the
substitution more robust in general by substituting all names at once.

Ulf Magnusson (1):
  bitbake: fetch2: Make SRCREV_FORMAT name substitution safer

 bitbake/lib/bb/fetch2/__init__.py | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

-- 
2.5.0




More information about the bitbake-devel mailing list