diff options
-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 \ |