summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/cri-o/cri-o_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
index 4e17a7cd..0255aa0a 100644
--- a/recipes-containers/cri-o/cri-o_git.bb
+++ b/recipes-containers/cri-o/cri-o_git.bb
@@ -16,7 +16,7 @@ At a high level, we expect the scope of cri-o to be restricted to the following
16 16
17SRCREV_cri-o = "5aff11c7c1afdc785adafd7da3c3f2a6ac51b88d" 17SRCREV_cri-o = "5aff11c7c1afdc785adafd7da3c3f2a6ac51b88d"
18SRC_URI = "\ 18SRC_URI = "\
19 git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.30;name=cri-o;protocol=https \ 19 git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.30;name=cri-o;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
20 file://crio.conf \ 20 file://crio.conf \
21 " 21 "
22 22
@@ -83,7 +83,7 @@ do_install() {
83 install -d ${D}${systemd_unitdir}/system/ 83 install -d ${D}${systemd_unitdir}/system/
84 install -d ${D}/usr/share/containers/oci/hooks.d 84 install -d ${D}/usr/share/containers/oci/hooks.d
85 85
86 install ${WORKDIR}/crio.conf ${D}/${sysconfdir}/crio/crio.conf 86 install ${UNPACKDIR}/crio.conf ${D}/${sysconfdir}/crio/crio.conf
87 87
88 # sample config files, they'll go in the ${PN}-config below 88 # sample config files, they'll go in the ${PN}-config below
89 install -d ${D}/${sysconfdir}/crio/config/ 89 install -d ${D}/${sysconfdir}/crio/config/