From bcb54823afc19c25178292651fb1ccf22aec0fe0 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Wed, 7 Apr 2021 17:24:22 +0100
Subject: [PATCH] zephyr-blueprint-smarthome-base: Switch to renamed repository

To address the "demo" to "blueprint" rename, zephyr-demo-smarthome-base
repository was also renamed accordingly. Reflect this change in the
build recipe.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .../zephyr-kernel/zephyr-blueprint-smarthome-base.bb            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ohos-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb b/meta-ohos-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb
index d9f2369d..e6f28a6c 100644
--- a/meta-ohos-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb
+++ b/meta-ohos-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb
@@ -14,7 +14,7 @@ SRC_OPT_NAME = "name=smarthome"
 SRC_OPT_BRANCH = "branch=develop"
 
 SRC_OPTIONS = "${SRC_OPT_PROTO};${SRC_OPT_DEST};${SRC_OPT_NAME};${SRC_OPT_BRANCH}"
-SRC_URI += "git://git.ostc-eu.org/OSTC/OHOS/components/smart_home_demo_zephyr.git;${SRC_OPTIONS}"
+SRC_URI += "git://git.ostc-eu.org/OSTC/OHOS/components/smart_home_blueprint_zephyr.git;${SRC_OPTIONS}"
 
 SRCREV_smarthome = "d45c192aa8a6b25328ab40610d6e78f50afe4150"
 
-- 
GitLab