diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2018-04-10 21:22:00 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-13 16:58:07 +0100 |
commit | 59e51d2ac877f4724cefeffcddba861e417783bf (patch) | |
tree | 9cc34622bf97b1ddb2e8bc789578f0318982ade9 /meta/classes | |
parent | b28114cf1e58643bd233bc0c83d6d8138952b7ac (diff) | |
download | poky-59e51d2ac877f4724cefeffcddba861e417783bf.tar.gz |
icecc.bbclass: Bump version number
Bump the version number for force remotes to use a newly generated
environment, since the old one potentially had a few bugs
(From OE-Core rev: 6c3b2ac41f3412ebce8364df637d64e34daab8a6)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/icecc.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 1b58d1f5e5..73eba7a6a9 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass | |||
@@ -45,7 +45,7 @@ ICECC_ENV_EXEC ?= "${STAGING_BINDIR_NATIVE}/icecc-create-env" | |||
45 | # A useful thing to do for testing Icecream changes locally is to add a | 45 | # A useful thing to do for testing Icecream changes locally is to add a |
46 | # subversion in local.conf: | 46 | # subversion in local.conf: |
47 | # ICECC_ENV_VERSION_append = "-my-ver-1" | 47 | # ICECC_ENV_VERSION_append = "-my-ver-1" |
48 | ICECC_ENV_VERSION = "1" | 48 | ICECC_ENV_VERSION = "2" |
49 | 49 | ||
50 | # Default to disabling the caret workaround, If set to "1" in local.conf, icecc | 50 | # Default to disabling the caret workaround, If set to "1" in local.conf, icecc |
51 | # will locally recompile any files that have warnings, which can adversely | 51 | # will locally recompile any files that have warnings, which can adversely |