mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-08-21 08:22:00 +02:00

Bumping catatonit to version v0.2.1-3-g56579ad, which comprises the following commits: 56579ad main: don't use secure_getenv ead41eb VERSION: back to development bb3b96b VERSION: release v0.2.1 2e85478 CHANGELOG: add changelog file f80876f init: switch to / after spawning subprocess bef5d5f README: explain how docker run --init is supposed to work 064bc9f Add a usage example for Dockerfile in README 65e1b96 fix build with kernel < 5.9 880defa version: back to development 7f0c9bb version: release catatonit 0.2.0 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
16 lines
489 B
BlitzBasic
16 lines
489 B
BlitzBasic
# 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-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main"
|
|
SRCREV = "56579adbb42c0c7ad94fc12d844b38fc5b37b3ce"
|
|
|
|
inherit autotools
|