irqbalance: add missing inherit

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@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Mark Asselstine 2013-12-18 16:36:52 -05:00 committed by Bruce Ashfield
parent 65dd8be44e
commit 8df6927829

View File

@ -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= \
"