From: Richard Purdie Date: Thu, 23 Aug 2018 08:03:34 +0000 (+0100) Subject: sanity.conf: Update minimum bitbake version to 1.39.1 X-Git-Tag: uninative-2.3~567 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d6ccefd347bf31acf8d31996d796717acb4da74f;p=openembedded-core.git sanity.conf: Update minimum bitbake version to 1.39.1 We need this for the new break_hardlinks helper function. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 390d3427a2..45e6752518 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf @@ -3,7 +3,7 @@ # See sanity.bbclass # # Expert users can confirm their sanity with "touch conf/sanity.conf" -BB_MIN_VERSION = "1.35.0" +BB_MIN_VERSION = "1.39.1" SANITY_ABIFILE = "${TMPDIR}/abi_version"