From 8ebae334b115232eb44621c82eed141de808f85f Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Wed, 8 Dec 2021 17:04:04 +0100
Subject: [PATCH] wpantund: Fix branch warning

SRC_URI branch is required now. Thi silences a build warning.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .../recipes-connectivity/openthread/wpantund_git.bb             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oniro-staging/recipes-connectivity/openthread/wpantund_git.bb b/meta-oniro-staging/recipes-connectivity/openthread/wpantund_git.bb
index f04e9860..d5aea54b 100644
--- a/meta-oniro-staging/recipes-connectivity/openthread/wpantund_git.bb
+++ b/meta-oniro-staging/recipes-connectivity/openthread/wpantund_git.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7820bc7f7d1638a6b54fc2e8d7fb103 \
                     file://third_party/pt/LICENSE;md5=dcd598b69cad786beea33da7b1ae14b7 \
                     "
 
-SRC_URI = "gitsm://github.com/openthread/wpantund.git;protocol=https \
+SRC_URI = "gitsm://github.com/openthread/wpantund.git;protocol=https;branch=master \
            file://CVE-2021-33889.patch \
            "
 # CVE-2020-8916 has been fixed in commit
-- 
GitLab