aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/sanity.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-07-24 11:10:33 +0000
committerRichard Purdie <richard@openedhand.com>2008-07-24 11:10:33 +0000
commit8beb43ca485fb9b408f9445d9185a2ba89d1a154 (patch)
tree2f222f89a3e321c8233d5f2b50f8abacdcbca2e1 /meta/conf/sanity.conf
parent09d8aa054f6a854f5c394a787e1c8196303660e3 (diff)
downloadopenembedded-core-contrib-8beb43ca485fb9b408f9445d9185a2ba89d1a154.tar.gz
Move SANITY_ABI to its own file and give a more general name
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4938 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/sanity.conf')
-rw-r--r--meta/conf/sanity.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index e5fe74894d..7cc348ec94 100644
--- a/meta/conf/sanity.conf
+++ b/meta/conf/sanity.conf
@@ -5,13 +5,6 @@
# Expert users can confirm their sanity with "touch conf/sanity.conf"
BB_MIN_VERSION = "1.8.10"
-#
-# SANITY_ABI allows us to notify users when the format of TMPDIR changes in
-# an incompatible way. Such changes should usually be detailed in the commit
-# that breaks the format and have been previously discussed on the mailing list
-# with general agreement from the core team.
-#
-SANITY_ABI = "2"
SANITY_ABIFILE = "${TMPDIR}/abi_version"
INHERIT += "sanity"