aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2013-12-18 15:42:02 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-12-18 16:15:48 -0500
commit33bfd797a18bc3554a36cd692a74bd9f5b759640 (patch)
tree5d5df26bed033cf34e19c003070bd2ea0205e1dc
parentf826f932e5ffc751e0fa0694f77d37622d939a69 (diff)
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>
-rw-r--r--recipes-extended/libvirt/libvirt_1.2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.0.bb b/recipes-extended/libvirt/libvirt_1.2.0.bb
index 80f06a2..f574ec5 100644
--- a/recipes-extended/libvirt/libvirt_1.2.0.bb
+++ b/recipes-extended/libvirt/libvirt_1.2.0.bb
@@ -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 \