summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/xen/xen.inc4
1 files 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 += " \
722 --disable-ocamltools \ 722 --disable-ocamltools \
723 " 723 "
724 724
725# check for XSM in package config to allow XSM_ENABLE to be set 725# check for XSM in package config to allow XSM_ENABLE to be set
726python () { 726python () {
727 pkgconfig = d.getVar('PACKAGECONFIG', True) 727 pkgconfig = d.getVar('PACKAGECONFIG', True)
728 if ('xsm') in pkgconfig.split(): 728 if ('xsm') in pkgconfig.split():
@@ -743,7 +743,7 @@ do_configure() {
743 fi 743 fi
744 fi 744 fi
745 745
746 #./configure --enable-xsm does not set XSM_ENABLE must be done manually 746 #./configure --enable-xsmpolicy does not set XSM_ENABLE must be done manually
747 if [ "${XSM_ENABLED}" = "1" ]; then 747 if [ "${XSM_ENABLED}" = "1" ]; then
748 echo "XSM_ENABLE := y" > ${S}/.config 748 echo "XSM_ENABLE := y" > ${S}/.config
749 fi 749 fi