diff options
author | Andrei Gherzan <andrei.gherzan@huawei.com> | 2022-09-05 13:30:02 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-09-16 11:12:41 -0400 |
commit | 481b716f7c79a5561266b4b837590dde71603b99 (patch) | |
tree | 1896061ae382a6f662fbafa06bdd330aaeeaee46 | |
parent | 3373301f78b1765e65c0c955fc7e8107cb0885aa (diff) | |
download | meta-virtualization-481b716f7c79a5561266b4b837590dde71603b99.tar.gz |
catatonit: Integrate version 0.1.7
This is useful for podman system tests.
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/catatonit/catatonit_0.1.7.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-containers/catatonit/catatonit_0.1.7.bb b/recipes-containers/catatonit/catatonit_0.1.7.bb new file mode 100644 index 00000000..da3973de --- /dev/null +++ b/recipes-containers/catatonit/catatonit_0.1.7.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | # SPDX-FileCopyrightText: Huawei Inc. | ||
2 | # | ||
3 | # SPDX-License-Identifier: MIT | ||
4 | |||
5 | SUMMARY = "A container init that is so simple it's effectively brain-dead." | ||
6 | HOMEPAGE = "https://github.com/openSUSE/catatonit" | ||
7 | DESCRIPTION = "${SUMMARY}" | ||
8 | SECTION = "base" | ||
9 | LICENSE = "GPL-3.0-or-later" | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" | ||
11 | |||
12 | SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main" | ||
13 | SRCREV = "d8d72fea155c144ed3bf298a35a1aba5625a5656" | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit autotools | ||