mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
libvirt: add missing inherit
libvirt's configure script makes use of pkg-config so we need to inherit pkgconfig or else we may see an error like ./configure: line 55867: syntax error near unexpected token `AVAHI,' ./configure: line 55867: ` PKG_CHECK_MODULES(AVAHI, avahi-client >= 0.6.0,' 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
f826f932e5
commit
33bfd797a1
|
@ -27,7 +27,7 @@ SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.gz \
|
|||
SRC_URI[md5sum] = "f74f78059def4e68d69b975ad6e6c3e2"
|
||||
SRC_URI[sha256sum] = "a8e578ae7861db2ac5f454073293d2ef3229fd3f6c4f9029101763244db22ddd"
|
||||
|
||||
inherit autotools gettext update-rc.d
|
||||
inherit autotools gettext update-rc.d pkgconfig
|
||||
|
||||
CACHED_CONFIGUREVARS += "\
|
||||
ac_cv_path_XMLLINT=/usr/bin/xmllint \
|
||||
|
|
Loading…
Reference in New Issue
Block a user