diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-06 14:00:31 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-06 14:00:31 -0500 |
commit | cf80825a85f23af3df325cca534b5ee3e21e8f47 (patch) | |
tree | 6a07c398c5497e9fbdde76736ec88d42695d72c4 | |
parent | c3fe6ab4276444d0ac0c1de23a935d77fc2f4404 (diff) | |
download | meta-virtualization-cf80825a85f23af3df325cca534b5ee3e21e8f47.tar.gz |
tini: update to 0.19.0
Bumping the tini release. We pickup the following changes with
this update:
b9f42a0 Indicate that -e can be repeated
71911f9 add installation instructos for Arch Linux
9d647c3 credit to nfnty for packaging tini for Arch Linux
4df9bb0 add `chmod +x` step to signed download docs
7fdac39 Adding example of how to verify checksums
07b3139 add Debian installation instructions
0374cb6 add aliases x86_64 for uname -m
de40ad0 Update Travis release token
81d9b14 Release 0.19.0
9587d90 run_build: publish sha256 checksums to releases
3f3e765 Add ppc64le alias for the ppc64el build
0e55606 .travis.yml: Remove redundant argument
12197f9 Update tests to Python 3
6cfeff2 add support for mips64el
76d4aa0 tini.c: fix child subreaper error message
cefad7b gpg: explicitly pass file name
6ece2eb update readme to fix instructions for gpg
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/tini/tini_0.19.0.bb (renamed from recipes-containers/tini/tini_0.18.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/tini/tini_0.18.0.bb b/recipes-containers/tini/tini_0.19.0.bb index 373d886a..62e285df 100644 --- a/recipes-containers/tini/tini_0.18.0.bb +++ b/recipes-containers/tini/tini_0.19.0.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "Tini is the simplest init you could think of. All Tini does is \ | |||
4 | spawn a single child (Tini is meant to be run in a container), and wait for \ | 4 | spawn a single child (Tini is meant to be run in a container), and wait for \ |
5 | it to exit all the while reaping zombies and performing signal forwarding. " | 5 | it to exit all the while reaping zombies and performing signal forwarding. " |
6 | 6 | ||
7 | SRCREV = "fec3683b971d9c3ef73f284f176672c44b448662" | 7 | SRCREV = "b9f42a0e7bb46efea0c9e3d8610c96ab53b467f8" |
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | git://github.com/krallin/tini.git \ | 9 | git://github.com/krallin/tini.git \ |
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 \ |