From: Andreas Reichel <
andreas.r...@siemens.com>
To work with pkgconfig, the correspondig .bbclass
must be inherited in the recipe.
Signed-off-by: Andreas Reichel <
andreas.r...@siemens.com>
---
recipes-bsp/efibootguard/
efibootguard.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-bsp/efibootguard/
efibootguard.bb b/recipes-bsp/efibootguard/
efibootguard.bb
index 01afb3c..605439d 100644
--- a/recipes-bsp/efibootguard/
efibootguard.bb
+++ b/recipes-bsp/efibootguard/
efibootguard.bb
@@ -19,7 +19,7 @@ S = "${WORKDIR}/git"
DEPENDS = "gnu-efi pciutils zlib"
-inherit autotools deploy
+inherit autotools deploy pkgconfig
COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
--
2.16.0