diff options
author | Julien Stephan <jstephan@baylibre.com> | 2023-12-04 16:59:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-06 22:55:49 +0000 |
commit | 6c06fb0a4395bd98918cbcdb16e93e094e79226e (patch) | |
tree | 954a603dd73dcf65ab79dbaaa895da1c868fc892 /.vscode | |
parent | 86b9510bd3b7d6235fc5f83de66746c7c2dbba82 (diff) | |
download | poky-6c06fb0a4395bd98918cbcdb16e93e094e79226e.tar.gz |
recipetool: create: add new optional process_url callback for plugins
Add a new process_url callback that plugins can optionally implement if
they which to handle url.
Plugins can implement this callback for example, to:
* transform the url
* add special variables using extravalues
* add extra classes
* ...
If a plugin handles the url, it must append 'url' to the handled
list and must return the fetchuri
No functional changes expected for plugins non implementing this
optional callback
(From OE-Core rev: 3e5ce351e7dbe283562bf1db1f2ce3b121c49b53)
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.vscode')
0 files changed, 0 insertions, 0 deletions