diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-21 10:55:59 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-22 10:13:19 -0700 |
commit | ff701435705b6d0bb28a051e5e3c524b2badc834 (patch) | |
tree | f5f73248ae20888595ad00645231c01bbf22671a /conf | |
parent | dc69812bdf6bdb19d9738079b06e7d2a55d11437 (diff) |
sanity.bbclass, abi_version.conf: Bump the ABI to inform that cross has died.
* tmpdir layout is changed bump ABI version to force a rebuild.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Ackef-by: Chris Larson <clarson@kergoth.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/abi_version.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/abi_version.conf b/conf/abi_version.conf index 92b6b5868a..a59abf6e5b 100644 --- a/conf/abi_version.conf +++ b/conf/abi_version.conf @@ -4,7 +4,7 @@ # that breaks the format and have been previously discussed on the mailing list # with general agreement from the core team. # -OELAYOUT_ABI = "4" +OELAYOUT_ABI = "5" # # DISTRO_PR allows us to regenerate all packages when a fundamental change is |