diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-04-28 17:48:08 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-04-28 17:48:08 +0100 |
commit | 19a81653b707adc2440d1f8eb194c1bcb0ae9d50 (patch) | |
tree | 3de5eecb663420bf27452c4ee2af649567fedaf3 /meta/conf | |
parent | 6458da896fffe33ab5db8cc2606e8225e16b0f36 (diff) | |
download | openembedded-core-19a81653b707adc2440d1f8eb194c1bcb0ae9d50.tar.gz openembedded-core-19a81653b707adc2440d1f8eb194c1bcb0ae9d50.tar.bz2 openembedded-core-19a81653b707adc2440d1f8eb194c1bcb0ae9d50.tar.xz openembedded-core-19a81653b707adc2440d1f8eb194c1bcb0ae9d50.zip |
Bump the ABI to alert people that cross has gone
Since we've change the tmpdir layout quite a bit we're going to bump ABI and
force a rebuild.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/abi_version.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/abi_version.conf b/meta/conf/abi_version.conf index a3287a56f..e679aaa9c 100644 --- a/meta/conf/abi_version.conf +++ b/meta/conf/abi_version.conf @@ -4,4 +4,4 @@ # 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" |