From 61bc8a7e8267ff04d3a13f5bed59917f70749013 Mon Sep 17 00:00:00 2001
From: Pavel Zhukov <pavel.zhukov@huawei.com>
Date: Wed, 13 Oct 2021 12:53:54 +0200
Subject: [PATCH] busybox: follow project rename

Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com>
---
 .../busybox/busybox/{allscenarios.cfg => oniro.cfg}             | 0
 meta-ohos-core/recipes-core/busybox/busybox_%.bbappend          | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta-ohos-core/recipes-core/busybox/busybox/{allscenarios.cfg => oniro.cfg} (100%)

diff --git a/meta-ohos-core/recipes-core/busybox/busybox/allscenarios.cfg b/meta-ohos-core/recipes-core/busybox/busybox/oniro.cfg
similarity index 100%
rename from meta-ohos-core/recipes-core/busybox/busybox/allscenarios.cfg
rename to meta-ohos-core/recipes-core/busybox/busybox/oniro.cfg
diff --git a/meta-ohos-core/recipes-core/busybox/busybox_%.bbappend b/meta-ohos-core/recipes-core/busybox/busybox_%.bbappend
index b6ff047c..644e15d3 100644
--- a/meta-ohos-core/recipes-core/busybox/busybox_%.bbappend
+++ b/meta-ohos-core/recipes-core/busybox/busybox_%.bbappend
@@ -4,7 +4,7 @@
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 SRC_URI += "file://busybox-1.31.1-Wformat-security.patch \
-	file://allscenarios.cfg"
+	file://oniro.cfg"
 
 # busybox implements some of its own string handling that triggers
 # warnings with -Wformat-nonliteral.
-- 
GitLab