mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-12-14 14:15:22 +01:00
containerd-opencontainers: Use RDEPENDS:${PN} instead of RDEPENDS:${BPN}
The original purpose of using BPN vs PN in the RDEPENDS was due to
32bit multilib issues. Those problems are no longer present, so we
can adjust this recipe to use the standard PN in rdepends.
This change avoids the following warning:
WARNING: .../containerd-opencontainers_git.bb: Variable key
RDEPENDS:${PN} (...) replaces original key
RDEPENDS:containerd-opencontainers
( ${VIRTUAL-RUNTIME_container_runtime}).
if, e.g., RDEPENDS:${PN}:append = " ..." is used in a bbappend or
bbclass.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
5bd48ee74f
commit
a0ad18ea28
|
|
@ -95,6 +95,6 @@ INSANE_SKIP:${PN} += "ldflags already-stripped"
|
|||
|
||||
COMPATIBLE_HOST = "^(?!(qemu)?mips).*"
|
||||
|
||||
RDEPENDS:${BPN} += " ${VIRTUAL-RUNTIME_container_runtime}"
|
||||
RDEPENDS:${PN} += " ${VIRTUAL-RUNTIME_container_runtime}"
|
||||
|
||||
CVE_PRODUCT = "containerd"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user