diff options
-rw-r--r-- | recipes-containers/lxc/lxc_1.0.6.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-containers/lxc/lxc_1.0.6.bb b/recipes-containers/lxc/lxc_1.0.6.bb index 08055732..e6ec68db 100644 --- a/recipes-containers/lxc/lxc_1.0.6.bb +++ b/recipes-containers/lxc/lxc_1.0.6.bb | |||
@@ -40,11 +40,14 @@ S = "${WORKDIR}/${BPN}-${PV}" | |||
40 | PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '--enable-tests', '', d)}" | 40 | PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '--enable-tests', '', d)}" |
41 | EXTRA_OECONF += "--with-distro=${DISTRO} ${PTEST_CONF}" | 41 | EXTRA_OECONF += "--with-distro=${DISTRO} ${PTEST_CONF}" |
42 | 42 | ||
43 | PACKAGECONFIG ??= "templates" | 43 | PACKAGECONFIG ??= "templates \ |
44 | ${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \ | ||
45 | " | ||
44 | PACKAGECONFIG[doc] = "--enable-doc --enable-api-docs,--disable-doc --disable-api-docs,," | 46 | PACKAGECONFIG[doc] = "--enable-doc --enable-api-docs,--disable-doc --disable-api-docs,," |
45 | PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,," | 47 | PACKAGECONFIG[rpath] = "--enable-rpath,--disable-rpath,," |
46 | PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" | 48 | PACKAGECONFIG[apparmour] = "--enable-apparmor,--disable-apparmor,apparmor,apparmor" |
47 | PACKAGECONFIG[templates] = ",,, ${PN}-templates" | 49 | PACKAGECONFIG[templates] = ",,, ${PN}-templates" |
50 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" | ||
48 | 51 | ||
49 | inherit autotools pkgconfig ptest | 52 | inherit autotools pkgconfig ptest |
50 | 53 | ||