diff options
Diffstat (limited to 'recipes-containers/crun/crun_git.bb')
| -rw-r--r-- | recipes-containers/crun/crun_git.bb | 7 |
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 | ||
| 61 | RCONFLICTS:${PN} = "${@'runc' if d.getVar('CRUN_AS_RUNC') else ''}" | ||
| 62 | |||
| 63 | REQUIRED_DISTRO_FEATURES:class-native ?= "" | ||
| 64 | DEPENDS:class-native += "yajl libcap go-md2man m4 libseccomp" | ||
| 65 | BBCLASSEXTEND = "native" | ||
