meta-virtualization/recipes-containers/catatonit/catatonit_0.2.1.bb
Bruce Ashfield 780c0e56b5 catatonit: update to v0.2.1
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>
2025-06-26 12:10:09 -04:00

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