[meta-virtualization] [PATCH] irqbalance: add missing inherit

Mark Asselstine mark.asselstine at windriver.com
Wed Dec 18 13:36:52 PST 2013


irqblance's configure script makes use of pkg-config so we need to inherit
pkgconfig or else we may see an error like

./configure: line 12460: syntax error near unexpected token `GLIB,'
./configure: line 12460: `  PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.28)'

during configure.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
Bruce,

One last one. This one was lurking so I didn't spot it along with
the others. I am confident this will be the last commit related
to pkgconfig.

Mark

 recipes-extended/irqbalance/irqbalance.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes-extended/irqbalance/irqbalance.inc b/recipes-extended/irqbalance/irqbalance.inc
index 789cc9b..c20840d 100644
--- a/recipes-extended/irqbalance/irqbalance.inc
+++ b/recipes-extended/irqbalance/irqbalance.inc
@@ -18,8 +18,7 @@ DEPENDS = "glib-2.0"
 INITSCRIPT_NAME = "irqbalanced"
 INITSCRIPT_PARAMS = "defaults"
 
-inherit autotools
-inherit update-rc.d
+inherit autotools update-rc.d pkgconfig
 
 EXTRA_OECONF = "--program-transform-name= \
 	       "
-- 
1.8.3.2



More information about the meta-virtualization mailing list