From 65dd8be44ec5129c3a7ccc946259ef83188bb30a Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 18 Dec 2013 13:11:30 -0500 Subject: [PATCH] lxc: add missing inherit lxc's configure script makes use of pkg-config so we need to inherit pkgconfig or else we may see an error like ./configure: line 5315: syntax error near unexpected token `PYTHONDEV,' ./configure: line 5315: ` PKG_CHECK_MODULES(PYTHONDEV, python3 >= \ 3.2,,AC_MSG_ERROR([You must install python3-dev]))' during configure. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- recipes-containers/lxc/lxc_0.9.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/lxc/lxc_0.9.0.bb b/recipes-containers/lxc/lxc_0.9.0.bb index 4bbc1c1e..f960a1f8 100644 --- a/recipes-containers/lxc/lxc_0.9.0.bb +++ b/recipes-containers/lxc/lxc_0.9.0.bb @@ -43,7 +43,7 @@ PACKAGECONFIG[doc] = "--enable-doc,--disable-doc,," PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,," PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" -inherit autotools +inherit autotools pkgconfig FILES_${PN}-doc = "${mandir} ${infodir}" # For LXC the docdir only contains example configuration files and should be included in the lxc package