mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
2a86ae5e8d
commit
483e54d5b7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user