mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
e11d5b630e
commit
33d0a5183d
16
recipes-containers/catatonit/catatonit_0.1.7.bb
Normal file
16
recipes-containers/catatonit/catatonit_0.1.7.bb
Normal file
|
@ -0,0 +1,16 @@
|
|||
# SPDX-FileCopyrightText: Huawei Inc.
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
SUMMARY = "A container init that is so simple it's effectively brain-dead."
|
||||
HOMEPAGE = "https://github.com/openSUSE/catatonit"
|
||||
DESCRIPTION = "${SUMMARY}"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
|
||||
SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main"
|
||||
SRCREV = "d8d72fea155c144ed3bf298a35a1aba5625a5656"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools
|
Loading…
Reference in New Issue
Block a user