diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-29 09:51:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-03 09:50:07 -0400 |
| commit | b4ba17f1b97674a3d3ca251d9921b82bbe3c39aa (patch) | |
| tree | 38f9075b02b00b6115ad1542fccc4f9d330c2641 /recipes-containers/tini | |
| parent | 6e591b451a3a08ff36348643e378e860d5d31752 (diff) | |
| download | meta-virtualization-b4ba17f1b97674a3d3ca251d9921b82bbe3c39aa.tar.gz | |
global: add explicit branch to all SRC_URIs
As introduced in the oe-core post:
https://lists.openembedded.org/g/openembedded-core/message/157623
SRC_URIs without an explicit branch will generate warnings, and
eventually be an error.
We run the provided conversion script to make sure that meta-virt
is ready for the change.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/tini')
| -rw-r--r-- | recipes-containers/tini/tini_0.19.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/tini/tini_0.19.0.bb b/recipes-containers/tini/tini_0.19.0.bb index 35a97bd1..69e3991a 100644 --- a/recipes-containers/tini/tini_0.19.0.bb +++ b/recipes-containers/tini/tini_0.19.0.bb | |||
| @@ -6,7 +6,7 @@ it to exit all the while reaping zombies and performing signal forwarding. " | |||
| 6 | 6 | ||
| 7 | SRCREV = "b9f42a0e7bb46efea0c9e3d8610c96ab53b467f8" | 7 | SRCREV = "b9f42a0e7bb46efea0c9e3d8610c96ab53b467f8" |
| 8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
| 9 | git://github.com/krallin/tini.git \ | 9 | git://github.com/krallin/tini.git;branch=master \ |
| 10 | file://0001-Do-not-strip-the-output-binary-allow-yocto-to-do-thi.patch \ | 10 | file://0001-Do-not-strip-the-output-binary-allow-yocto-to-do-thi.patch \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
