diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-08-29 14:45:24 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-30 11:14:26 +0100 |
commit | 483e54d5b7e233afe814ad9fc68b3467d90e3455 (patch) | |
tree | d9004aae1540a90f5f0bb87de5336bc39a8982de /meta/recipes-bsp/pciutils | |
parent | 2a86ae5e8d908b7cfa2b7e7f014e0820fa707526 (diff) | |
download | poky-483e54d5b7e233afe814ad9fc68b3467d90e3455.tar.gz |
pciutils: inherit pkgconfig so that libkmod can be found
(From OE-Core rev: e8c061a4c013d49a7f67b485d1634e9db0fbfe32)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/pciutils')
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.5.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.5.5.bb b/meta/recipes-bsp/pciutils/pciutils_3.5.5.bb index 8382c84bb1..0051fd8767 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.5.5.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.5.5.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.xz \ | |||
14 | SRC_URI[md5sum] = "238d9969cc0de8b9105d972007d9d546" | 14 | SRC_URI[md5sum] = "238d9969cc0de8b9105d972007d9d546" |
15 | SRC_URI[sha256sum] = "1d62f8fa192f90e61c35a6fc15ff3cb9a7a792f782407acc42ef67817c5939f5" | 15 | SRC_URI[sha256sum] = "1d62f8fa192f90e61c35a6fc15ff3cb9a7a792f782407acc42ef67817c5939f5" |
16 | 16 | ||
17 | inherit multilib_header | 17 | inherit multilib_header pkgconfig |
18 | 18 | ||
19 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'hwdb', '', d)}" | 19 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'hwdb', '', d)}" |
20 | PACKAGECONFIG[hwdb] = "HWDB=yes,HWDB=no,udev" | 20 | PACKAGECONFIG[hwdb] = "HWDB=yes,HWDB=no,udev" |