mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-04 21:05:25 +02:00
catatonit: update to version 0.2.0
Main change is the relicense from GPL-3 to GPL-2, which will allow catatonit (and hence podman) to be used in deployments where the license previously posed an issue. Contains the following commits: 7f0c9bb version: release catatonit 0.2.0 fe191ef license: switch to GPLv2-or-later Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
51a017123d
commit
7e17ee02a3
|
@ -6,11 +6,11 @@ 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"
|
||||
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 = "d8d72fea155c144ed3bf298a35a1aba5625a5656"
|
||||
SRCREV = "7f0c9bb45d3490c3e7f579833c9b0689f78c8923"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools
|
Loading…
Reference in New Issue
Block a user