diff options
Diffstat (limited to 'conf/sanity.conf')
-rw-r--r-- | conf/sanity.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/sanity.conf b/conf/sanity.conf index d6ecfa6765..7112324132 100644 --- a/conf/sanity.conf +++ b/conf/sanity.conf @@ -3,10 +3,9 @@ # See sanity.bbclass # # Expert users can confirm their sanity with "touch conf/sanity.conf" -BB_MIN_VERSION = "1.8.10" +BB_MIN_VERSION = "1.8.12" SANITY_ABIFILE = "${TMPDIR}/abi_version" SANITY_PRFILE = "${TMPDIR}/distro_pr" INHERIT += "sanity" - |