From 3498e94adfcb264965560c34ca4b01652fa7187f Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Fri, 22 Apr 2016 12:56:34 -0400 Subject: lxc: inherit python native to fix configure error Recently the configure with python enabled has become the default here. However, if the host doesn't have python3, configure fails with: checking for a Python interpreter with version >= 3.2... none configure: error: You must install python3 We have a python3 in the sysroot, but we need to inherit it for it to be available for lxc's configure step. Signed-off-by: Paul Gortmaker Signed-off-by: Bruce Ashfield --- recipes-containers/lxc/lxc_1.1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/lxc/lxc_1.1.5.bb b/recipes-containers/lxc/lxc_1.1.5.bb index 67ad93a9..1864ef83 100644 --- a/recipes-containers/lxc/lxc_1.1.5.bb +++ b/recipes-containers/lxc/lxc_1.1.5.bb @@ -76,7 +76,7 @@ export HOST_SYS export STAGING_INCDIR export STAGING_LIBDIR -inherit autotools pkgconfig ptest update-rc.d systemd +inherit autotools pkgconfig ptest update-rc.d systemd python3native SYSTEMD_PACKAGES = "${PN}-setup" SYSTEMD_SERVICE_${PN}-setup = "lxc.service" -- cgit v1.2.3-54-g00ecf