Skip to content

Commit

Permalink
webos.inc: Remove version-going-backwards from ERROR_QA
Browse files Browse the repository at this point in the history
Change-Id: Idbec8ba1bbd09ee9962d12af0ef6781efd42f835
  • Loading branch information
shr-project committed Feb 24, 2014
1 parent ecc928e commit 1cd9ef5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conf/distro/include/webos.inc
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,10 @@ INHERIT_DISTRO += "icecc"
# ICECC_DISABLED = ""
ICECC_DISABLED ??= "1"

# Remove version-going-backwards from ERROR_QA when oe-core is upgraded to include:
# http://lists.openembedded.org/pipermail/openembedded-core/2013-August/082351.html
WARN_QA_append = " version-going-backwards webos-enh-sub-warning webos-enh-sub-autorev-error"
WARN_QA_append = " version-going-backwards webos-enh-sub-warning"
ERROR_QA_AUTOREV ?= "webos-enh-sub-autorev-error"
ERROR_QA_append = " webos-enh-sub-error ${ERROR_QA_AUTOREV}"
ERROR_QA_remove = " version-going-backwards"

QEMU_TARGETS ?= "arm i386"

Expand Down

0 comments on commit 1cd9ef5

Please sign in to comment.