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 <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Chen Qi 2023-03-01 01:52:28 -08:00 committed by Bruce Ashfield
parent a27ba1b77d
commit a517e15529

View File

@ -18,3 +18,5 @@ do_install() {
install ${WORKDIR}/registries.conf ${D}/${sysconfdir}/containers/registries.conf install ${WORKDIR}/registries.conf ${D}/${sysconfdir}/containers/registries.conf
install ${WORKDIR}/policy.json ${D}/${sysconfdir}/containers/policy.json install ${WORKDIR}/policy.json ${D}/${sysconfdir}/containers/policy.json
} }
BBCLASSEXTEND = "native nativesdk"