diff options
| author | Doug Goldstein <cardoe@cardoe.com> | 2016-01-26 13:09:19 -0600 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-01 00:11:35 -0500 |
| commit | 12a7d544f40fb911b706c681b611a7cbdd303c39 (patch) | |
| tree | 05e956c86d20c951518334b0a15745f3ccd699d0 | |
| parent | ec4b409bd6567e430511e767ac043066ddfc850c (diff) | |
| download | meta-virtualization-12a7d544f40fb911b706c681b611a7cbdd303c39.tar.gz | |
xen: fix up typo in XSM comments
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | recipes-extended/xen/xen.inc | 4 |
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 |
| 726 | python () { | 726 | python () { |
| 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 |
