summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2024-02-26 21:12:09 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-15 17:17:19 +0000
commit799c5a90b7b4d673009ac44cf017bd725bf5adbd (patch)
tree95acb32679885c04b1f6de20316a9eeaa3469c25
parenta4b847830f6a4d7442ad3053e3fa8497d34f2891 (diff)
downloadmeta-virtualization-799c5a90b7b4d673009ac44cf017bd725bf5adbd.tar.gz
crun: remove unneeded deps
These two deps do not affect the build result and are not used, remove them. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/crun/crun_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index b2a95f3c..13527b2d 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -30,7 +30,6 @@ DEPENDS = "yajl libcap go-md2man-native m4-native"
30# TODO: is there a packageconfig to turn this off ? 30# TODO: is there a packageconfig to turn this off ?
31DEPENDS += "libseccomp" 31DEPENDS += "libseccomp"
32DEPENDS += "systemd" 32DEPENDS += "systemd"
33DEPENDS += "oci-image-spec oci-runtime-spec"
34DEPENDS:append:libc-musl = " argp-standalone" 33DEPENDS:append:libc-musl = " argp-standalone"
35 34
36do_configure:prepend () { 35do_configure:prepend () {