From e7afa1df9a15be171b6ccb59bccd9b9a70f5972b Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Fri, 12 Aug 2022 00:33:23 +0200
Subject: [PATCH] bind: Fix wrong bbappend rename

db2d47e58af61a96066583ee53bcd0ef8c5f06c3 was supposed to bump the
version of a bbappend but it also moved the recipe as an unwanted side
effect effectively masking the bbappend. Move it back in place.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .../recipes-connectivity/{ => bind}/bind_9.18.4.bbappend          | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oniro-staging/recipes-connectivity/{ => bind}/bind_9.18.4.bbappend (100%)

diff --git a/meta-oniro-staging/recipes-connectivity/bind_9.18.4.bbappend b/meta-oniro-staging/recipes-connectivity/bind/bind_9.18.4.bbappend
similarity index 100%
rename from meta-oniro-staging/recipes-connectivity/bind_9.18.4.bbappend
rename to meta-oniro-staging/recipes-connectivity/bind/bind_9.18.4.bbappend
-- 
GitLab