summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2013-12-18 13:11:30 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-12-18 16:15:48 -0500
commit65dd8be44ec5129c3a7ccc946259ef83188bb30a (patch)
tree0ae6261a7f8379b6d6d61c27b30b5eeed421e823
parent33bfd797a18bc3554a36cd692a74bd9f5b759640 (diff)
downloadmeta-virtualization-65dd8be44ec5129c3a7ccc946259ef83188bb30a.tar.gz
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 <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/lxc/lxc_0.9.0.bb2
1 files changed, 1 insertions, 1 deletions
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,,"
43PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,," 43PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,,"
44PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" 44PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor"
45 45
46inherit autotools 46inherit autotools pkgconfig
47 47
48FILES_${PN}-doc = "${mandir} ${infodir}" 48FILES_${PN}-doc = "${mandir} ${infodir}"
49# For LXC the docdir only contains example configuration files and should be included in the lxc package 49# For LXC the docdir only contains example configuration files and should be included in the lxc package