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:13:51 +0100 |
commit | e8c061a4c013d49a7f67b485d1634e9db0fbfe32 (patch) | |
tree | 506cb4d4464927a510f09fddaf084fc98de021bc | |
parent | 9a0bdea2b9c2d3b5ad379a1d61f7e262693b75d0 (diff) | |
download | openembedded-core-e8c061a4c013d49a7f67b485d1634e9db0fbfe32.tar.gz openembedded-core-e8c061a4c013d49a7f67b485d1634e9db0fbfe32.tar.bz2 openembedded-core-e8c061a4c013d49a7f67b485d1634e9db0fbfe32.zip |
pciutils: inherit pkgconfig so that libkmod can be found
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 \ SRC_URI[md5sum] = "238d9969cc0de8b9105d972007d9d546" SRC_URI[sha256sum] = "1d62f8fa192f90e61c35a6fc15ff3cb9a7a792f782407acc42ef67817c5939f5" -inherit multilib_header +inherit multilib_header pkgconfig PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'hwdb', '', d)}" PACKAGECONFIG[hwdb] = "HWDB=yes,HWDB=no,udev" |