mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
65dd8be44e
commit
8df6927829
|
@ -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= \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user