[PATCH] poky: fix remove/append override syntax in comment
Enrico Jörns <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
The examples for changing WARN_QA and ERROR_QA still use the old
('_'-style) override syntax.
Signed-off-by: Enrico Jörns <[email protected]>
---
meta-poky/conf/distro/poky.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index 09c9f41..c3cc127 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -56,8 +56,8 @@ INHERIT += "poky-sanity"
# QA check settings - a little stricter than the OE-Core defaults
# (none currently necessary as we now match OE-Core)
#WARN_TO_ERROR_QA = "X"
-#WARN_QA_remove = "${WARN_TO_ERROR_QA}"
-#ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
+#WARN_QA:remove = "${WARN_TO_ERROR_QA}"
+#ERROR_QA:append = " ${WARN_TO_ERROR_QA}"
require conf/distro/include/poky-world-exclude.inc
require conf/distro/include/no-static-libs.inc
--
2.39.5