From 25daf7270d98ef92a1d63520451a66ab06c96c99 Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Thu, 17 Nov 2022 14:32:33 +0100 Subject: [PATCH] local.conf: remove release_revisions.inc Remove the dependency to release_revisions.inc. The recipes now use fixed versions so that this is not required anymore. --- build/conf/local.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/build/conf/local.conf b/build/conf/local.conf index de91855..bbd026a 100644 --- a/build/conf/local.conf +++ b/build/conf/local.conf @@ -36,6 +36,5 @@ PREMIRRORS_prepend = "\ https://.*/.* file://${YOCTOROOT}/sla-mirror/ \n" require distro_version.inc -require release_revisions.inc require public-mirrors.inc require proprietary-dev-tools.inc