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