diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-09-03 11:10:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-03 17:04:32 +0100 |
commit | 8318816e27040dabe1db18aba50075128648df19 (patch) | |
tree | 7ccbfbe2667341fa6a51b84f66ef73ca34350c25 | |
parent | 755f7d9afaab4e7424f5f57587aa45df3807acf0 (diff) | |
download | poky-8318816e27040dabe1db18aba50075128648df19.tar.gz |
poky.conf: add version-going-backwards to ERROR_QA
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].
(From meta-yocto rev: 9b0aef0651a76b0587d52bd3022cc64786ff1f7b)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 8ea4e4f15d..779d5e33c9 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 \ | |||
107 | useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \ | 107 | useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \ |
108 | compile-host-path dep-cmp installed-vs-shipped install-host-path \ | 108 | compile-host-path dep-cmp installed-vs-shipped install-host-path \ |
109 | packages-list perm-config perm-line perm-link pkgv-undefined \ | 109 | packages-list perm-config perm-line perm-link pkgv-undefined \ |
110 | pn-overrides split-strip var-undefined" | 110 | pn-overrides split-strip var-undefined version-going-backwards" |
111 | 111 | ||
112 | include conf/distro/include/seperatebuilddir.inc | 112 | include conf/distro/include/seperatebuilddir.inc |