mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
podman: bump to 3.2-rcX
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
efaa68ded7
commit
f6bb19c32f
|
@ -14,9 +14,9 @@ DEPENDS = " \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "bd94d84fadda7000da78e36d9865949dc8e7adb4"
|
SRCREV = "b909bcaed613eb94333641fff4250c07f1ab4323"
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/containers/libpod.git;branch=v3.1 \
|
git://github.com/containers/libpod.git;branch=v3.2 \
|
||||||
"
|
"
|
||||||
|
|
||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
|
@ -26,7 +26,7 @@ GO_IMPORT = "import"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
PV = "3.1.0+git${SRCPV}"
|
PV = "3.2.0-rc2+git${SRCPV}"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-contrib"
|
PACKAGES =+ "${PN}-contrib"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user