diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2021-01-20 13:03:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-21 23:25:53 +0000 |
commit | ebfeb3d7b070ed5147e2f6f46597cd02463fbee3 (patch) | |
tree | 3b357b07313f764a284dbfd6a931e53eaad3cc32 | |
parent | 78007331fb8031846a77e58beb803a27320f5cd6 (diff) | |
download | poky-ebfeb3d7b070ed5147e2f6f46597cd02463fbee3.tar.gz |
igt-gpu-tools: add procps-lib to RDEPENDS
Build error occurs as below:
ERROR: igt-gpu-tools-1.25+gitAUTOINC+d16ad07e7f-r0 do_package_qa:
QA Issue: /usr/lib/libigt.so.0 contained in package igt-gpu-tools
requires libprocps.so.8(LIBPROCPS_0)(64bit), but no providers
found in RDEPENDS_igt-gpu-tools? [file-rdeps]
Add procps-lib to RDEPENDS to solve this issue.
(From OE-Core rev: f4fe7a48f5f276ea65f9c6fc3bcce0ce7ecc5051)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb index 89480d79d2..b012dbf58e 100644 --- a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb +++ b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https" | |||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod openssl elfutils alsa-lib json-c bison-native" | 17 | DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod openssl elfutils alsa-lib json-c bison-native" |
18 | RDEPENDS_${PN} += "bash" | 18 | RDEPENDS_${PN} += "bash procps-lib" |
19 | RDEPENDS_${PN}-tests += "bash" | 19 | RDEPENDS_${PN}-tests += "bash" |
20 | 20 | ||
21 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" | 21 | PACKAGE_BEFORE_PN = "${PN}-benchmarks ${PN}-tests" |