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 1fd94d8535,
but then was overwritten by b9b7ece0cd

Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
He Zhe 2017-06-22 13:25:08 +08:00 committed by Bruce Ashfield
parent b44a92c0f3
commit a1c49287a8

View File

@ -27,7 +27,7 @@ SRC_URI = "git://github.com/xemul/criu.git;protocol=git \
COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux"
DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native"
DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd"
S = "${WORKDIR}/git"