summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2017-06-22 13:25:08 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-06-27 13:23:37 -0400
commita1c49287a80353d286c4b7ae1d1c78e6f837d5a7 (patch)
treeece03bc476c2c3595f74b5408eb58b26761d51a1 /recipes-containers
parentb44a92c0f3de17639fda9de10ac0b30f19e41862 (diff)
downloadmeta-virtualization-a1c49287a80353d286c4b7ae1d1c78e6f837d5a7.tar.gz
criu: add libbsd rdepends
Fix the following QA warning: QA Issue: criu rdepends on libbsd, but it isn't a build dependency? [build-deps] This had been fixed by 1fd94d853545b55173b1f0e2cf683a5d21f8cd7b, but then was overwritten by b9b7ece0cd52966467035fb71ad9ba472bf24b88 Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/criu/criu_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb
index 21dee2b1..29f136ac 100644
--- a/recipes-containers/criu/criu_git.bb
+++ b/recipes-containers/criu/criu_git.bb
@@ -27,7 +27,7 @@ SRC_URI = "git://github.com/xemul/criu.git;protocol=git \
27 27
28COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" 28COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux"
29 29
30DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native" 30DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd"
31 31
32S = "${WORKDIR}/git" 32S = "${WORKDIR}/git"
33 33