summaryrefslogtreecommitdiffstats
path: root/recipes-containers/crun/crun_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/crun/crun_git.bb')
-rw-r--r--recipes-containers/crun/crun_git.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index edaf15b8..9dcbd2b6 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -56,3 +56,10 @@ do_install() {
56 ln -sr "${D}/${bindir}/crun" "${D}${bindir}/runc" 56 ln -sr "${D}/${bindir}/crun" "${D}${bindir}/runc"
57 fi 57 fi
58} 58}
59
60# When crun provides /usr/bin/runc symlink, it conflicts with the runc package
61RCONFLICTS:${PN} = "${@'runc' if d.getVar('CRUN_AS_RUNC') else ''}"
62
63REQUIRED_DISTRO_FEATURES:class-native ?= ""
64DEPENDS:class-native += "yajl libcap go-md2man m4 libseccomp"
65BBCLASSEXTEND = "native"