From 2b845f961dd9599d6b34b4c1561c6e77ced14b7e Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Sun, 19 Feb 2023 20:54:23 -0800 Subject: container-host-config: extend to native and nativesdk 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 Signed-off-by: Bruce Ashfield --- recipes-containers/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 c2f17bfe..80abddf0 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" -- cgit v1.2.3-54-g00ecf