diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2022-03-27 03:47:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-29 15:59:28 +0100 |
commit | 9f6a6a55505899714e573f4b44c13d527128726a (patch) | |
tree | 13b27358d4bfa4f43efcb3bbf763d868553739ed /meta/recipes-devtools | |
parent | 4ca073b9c0a72dcd2f7b98c4a7a763b9bcd8062a (diff) | |
download | poky-9f6a6a55505899714e573f4b44c13d527128726a.tar.gz |
libdnf: Add a dependency on util-linux
This avoids the following configuration error:
-- Checking for module 'smartcols'
-- No package 'smartcols' found
CMake Error at .../usr/share/cmake-3.22/Modules/FindPkgConfig.cmake:603 (message):
A required package was not found
which happens if glib-2.0 is configured without the libmount
PACKAGECONFIG that otherwise depends on util-linux.
(From OE-Core rev: e9bbbe72221e56a82892981a5ff254e559795ac6)
Signed-off-by: Peter Kjellerstedt <pkj@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/libdnf/libdnf_0.66.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.66.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.66.0.bb index 1bfe901c8a..2558f96851 100644 --- a/meta/recipes-devtools/libdnf/libdnf_0.66.0.bb +++ b/meta/recipes-devtools/libdnf/libdnf_0.66.0.bb | |||
@@ -18,7 +18,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)" | |||
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | DEPENDS = "glib-2.0 libsolv libcheck librepo rpm gtk-doc libmodulemd json-c swig-native" | 21 | DEPENDS = "glib-2.0 libsolv libcheck librepo rpm gtk-doc libmodulemd json-c swig-native util-linux" |
22 | 22 | ||
23 | inherit gtk-doc gobject-introspection cmake pkgconfig setuptools3-base | 23 | inherit gtk-doc gobject-introspection cmake pkgconfig setuptools3-base |
24 | 24 | ||