mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
podman: restore _git recipe
It was unoticed in the 3.0.x update to podman, that the _git was changed. That was unintended and this restores to the _git so we can more easily track changes in master and do updates. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
3a9e241101
commit
f5e26f3704
|
@ -16,7 +16,7 @@ DEPENDS = " \
|
|||
|
||||
PNBLACKLIST[podman] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'security', '', 'Depends on libseccomp from meta-security which is not included', d)}"
|
||||
|
||||
SRCREV = "288fb688964cb7fc7086d0728daa1f5f6b726dd6"
|
||||
SRCREV = "8a726de7d060cdfff0335f16eaceaacf9438eb3d"
|
||||
SRC_URI = " \
|
||||
git://github.com/containers/libpod.git;branch=v3.0 \
|
||||
"
|
||||
|
@ -28,7 +28,7 @@ GO_IMPORT = "import"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PV = "3.0-rc2+git${SRCPV}"
|
||||
PV = "3.0.1+git${SRCPV}"
|
||||
|
||||
PACKAGES =+ "${PN}-contrib"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user