[poky] [PATCH] poky.conf: add version-going-backwards to ERROR_QA
Paul Eggleton
paul.eggleton at linux.intel.com
Tue Sep 3 03:10:44 PDT 2013
This restores this check after it was disabled by recent poky rev
560dac6e7db76f533f98eda969f585e4eb416e6e. This check is already in
ERROR_QA in the default value set in OE-Core.
Fixes [YOCTO #5088].
Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
meta-yocto/conf/distro/poky.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 8ea4e4f..779d5e3 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -107,6 +107,6 @@ ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \
useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \
compile-host-path dep-cmp installed-vs-shipped install-host-path \
packages-list perm-config perm-line perm-link pkgv-undefined \
- pn-overrides split-strip var-undefined"
+ pn-overrides split-strip var-undefined version-going-backwards"
include conf/distro/include/seperatebuilddir.inc
--
1.8.1.2
More information about the poky
mailing list