summaryrefslogtreecommitdiffstats
path: root/recipes-containers/skopeo/skopeo_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/skopeo/skopeo_git.bb')
-rw-r--r--recipes-containers/skopeo/skopeo_git.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
index 82d3f23c..f5a62313 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -19,7 +19,11 @@ RDEPENDS_${PN} = " \
19 libassuan \ 19 libassuan \
20" 20"
21 21
22SRC_URI = "git://github.com/containers/skopeo" 22SRC_URI = " \
23 git://github.com/containers/skopeo \
24 file://storage.conf \
25 file://registries.conf \
26"
23 27
24SRCREV = "1cf1e06582142c522543560f2bc6d6756696e8ad" 28SRCREV = "1cf1e06582142c522543560f2bc6d6756696e8ad"
25PV = "v0.1.39-dev+git${SRCPV}" 29PV = "v0.1.39-dev+git${SRCPV}"
@@ -68,6 +72,9 @@ do_install() {
68 72
69 install ${S}/src/import/skopeo ${D}/${sbindir}/ 73 install ${S}/src/import/skopeo ${D}/${sbindir}/
70 install ${S}/src/import/default-policy.json ${D}/${sysconfdir}/containers/policy.json 74 install ${S}/src/import/default-policy.json ${D}/${sysconfdir}/containers/policy.json
75
76 install ${WORKDIR}/storage.conf ${D}/${sysconfdir}/containers/storage.conf
77 install ${WORKDIR}/registries.conf ${D}/${sysconfdir}/containers/registries.conf
71} 78}
72 79
73INSANE_SKIP_${PN} += "ldflags" 80INSANE_SKIP_${PN} += "ldflags"