From 31a770d3c0cb22c9f4ece068208d2e6b2c28f1ee Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 29 Jul 2021 19:44:05 +0200 Subject: Convert to new override syntax This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa --- conf/distro/sota.conf.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conf/distro/sota.conf.inc') diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc index 99035de..f84b834 100644 --- a/conf/distro/sota.conf.inc +++ b/conf/distro/sota.conf.inc @@ -4,14 +4,14 @@ # # require conf/distro/sota.conf.inc -DISTRO_FEATURES_append = " sota usrmerge" -DISTRO_FEATURES_NATIVE_append = " sota" +DISTRO_FEATURES:append = " sota usrmerge" +DISTRO_FEATURES_NATIVE:append = " sota" INHERIT += " sota" # Prelinking increases the size of downloads and causes build errors -USER_CLASSES_remove = "image-prelink" +USER_CLASSES:remove = "image-prelink" # Enable reproducible builds. Use 0 as mtime, the same as OSTree is using. -INHERIT_remove = "reproducible_build" +INHERIT:remove = "reproducible_build" INHERIT += "reproducible_build_simple" export SOURCE_DATE_EPOCH = "0" -- cgit v1.2.3-54-g00ecf