skopeo rdepends on it, and skopeo has been extended to native and nativesdk, so container-host-config needs also be extended.
Signed-off-by: Chen Qi <[email protected]> --- .../container-host-config/container-host-config.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-containers/container-host-config/container-host-config.bb b/recipes-containers/container-host-config/container-host-config.bb index c2f17bf..80abddf 100644 --- a/recipes-containers/container-host-config/container-host-config.bb +++ b/recipes-containers/container-host-config/container-host-config.bb @@ -18,3 +18,5 @@ do_install() { install ${WORKDIR}/registries.conf ${D}/${sysconfdir}/containers/registries.conf install ${WORKDIR}/policy.json ${D}/${sysconfdir}/containers/policy.json } + +BBCLASSEXTEND = "native nativesdk" -- 2.37.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7882): https://lists.yoctoproject.org/g/meta-virtualization/message/7882 Mute This Topic: https://lists.yoctoproject.org/mt/97080775/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
