diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2013-12-18 16:36:52 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-18 16:40:09 -0500 |
commit | 8df6927829abec6fabad9794034cdc3ed8197af4 (patch) | |
tree | adba7f5171a1e70d005d448461a3eb978eece108 | |
parent | 65dd8be44ec5129c3a7ccc946259ef83188bb30a (diff) | |
download | meta-virtualization-8df6927829abec6fabad9794034cdc3ed8197af4.tar.gz |
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>
-rw-r--r-- | recipes-extended/irqbalance/irqbalance.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-extended/irqbalance/irqbalance.inc b/recipes-extended/irqbalance/irqbalance.inc index 789cc9b4..c20840df 100644 --- a/recipes-extended/irqbalance/irqbalance.inc +++ b/recipes-extended/irqbalance/irqbalance.inc | |||
@@ -18,8 +18,7 @@ DEPENDS = "glib-2.0" | |||
18 | INITSCRIPT_NAME = "irqbalanced" | 18 | INITSCRIPT_NAME = "irqbalanced" |
19 | INITSCRIPT_PARAMS = "defaults" | 19 | INITSCRIPT_PARAMS = "defaults" |
20 | 20 | ||
21 | inherit autotools | 21 | inherit autotools update-rc.d pkgconfig |
22 | inherit update-rc.d | ||
23 | 22 | ||
24 | EXTRA_OECONF = "--program-transform-name= \ | 23 | EXTRA_OECONF = "--program-transform-name= \ |
25 | " | 24 | " |