From 12a7d544f40fb911b706c681b611a7cbdd303c39 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 26 Jan 2016 13:09:19 -0600 Subject: xen: fix up typo in XSM comments Signed-off-by: Doug Goldstein Signed-off-by: Bruce Ashfield --- recipes-extended/xen/xen.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 966d356c..789fd343 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc @@ -722,7 +722,7 @@ EXTRA_OECONF += " \ --disable-ocamltools \ " -# check for XSM in package config to allow XSM_ENABLE to be set +# check for XSM in package config to allow XSM_ENABLE to be set python () { pkgconfig = d.getVar('PACKAGECONFIG', True) if ('xsm') in pkgconfig.split(): @@ -743,7 +743,7 @@ do_configure() { fi fi - #./configure --enable-xsm does not set XSM_ENABLE must be done manually + #./configure --enable-xsmpolicy does not set XSM_ENABLE must be done manually if [ "${XSM_ENABLED}" = "1" ]; then echo "XSM_ENABLE := y" > ${S}/.config fi -- cgit v1.2.3-54-g00ecf