From e32e7af7a523332b32576c787969a2d1496edb47 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt <stefan.schmidt@huawei.com> Date: Tue, 26 Oct 2021 11:17:27 +0200 Subject: [PATCH] smarthome-blueprint: Adjust URLs for project rename Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com> --- .../ohsmarthome-py/ohsmarthome-py_git.bb | 4 ++-- .../smart-home-homeassistant-plugin_git.bb | 4 ++-- .../zephyr-kernel/zephyr-blueprint-smarthome-base.bb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-oniro-blueprints/recipes-homeassistant/ohsmarthome-py/ohsmarthome-py_git.bb b/meta-oniro-blueprints/recipes-homeassistant/ohsmarthome-py/ohsmarthome-py_git.bb index 04b86ab2..6e6b7dae 100644 --- a/meta-oniro-blueprints/recipes-homeassistant/ohsmarthome-py/ohsmarthome-py_git.bb +++ b/meta-oniro-blueprints/recipes-homeassistant/ohsmarthome-py/ohsmarthome-py_git.bb @@ -3,7 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 SUMMARY = "Oniro Project SmartHome device interface library" -HOMEPAGE = "https://git.ostc-eu.org/OSTC/OHOS/components/ohsmarthome-py/" +HOMEPAGE = "https://booting.oniroproject.org/distro/components/ohsmarthome-py" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded4771514fcc" @@ -14,7 +14,7 @@ SRC_OPT_NAME = "name=ohsmarthome-py" SRC_OPT_BRANCH = "branch=master" SRC_OPTIONS = "${SRC_OPT_PROTO};${SRC_OPT_DEST};${SRC_OPT_NAME};${SRC_OPT_BRANCH}" -SRC_URI = "git://git.ostc-eu.org/OSTC/OHOS/components/ohsmarthome-py.git;${SRC_OPTIONS}" +SRC_URI = "git://booting.oniroproject.org/distro/components/ohsmarthome-py.git;${SRC_OPTIONS}" SRCREV_ohsmarthome-py = "3ea56efa56937939565c127810de55a05c9e4703" S = "${WORKDIR}/${SRC_OPT_CLONE_DIR}" diff --git a/meta-oniro-blueprints/recipes-homeassistant/smart-home-homeassistant-plugin/smart-home-homeassistant-plugin_git.bb b/meta-oniro-blueprints/recipes-homeassistant/smart-home-homeassistant-plugin/smart-home-homeassistant-plugin_git.bb index a886a5e5..d9c1f4ae 100644 --- a/meta-oniro-blueprints/recipes-homeassistant/smart-home-homeassistant-plugin/smart-home-homeassistant-plugin_git.bb +++ b/meta-oniro-blueprints/recipes-homeassistant/smart-home-homeassistant-plugin/smart-home-homeassistant-plugin_git.bb @@ -3,7 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 SUMMARY = "Home Assistant custom component for Oniro Project SmartHome device" -HOMEPAGE = "https://git.ostc-eu.org/OSTC/OHOS/components/smart_home_homeassistant_plugin/" +HOMEPAGE = "https://booting.oniroproject.org/distro/components/smart_home_homeassistant_plugin/" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded4771514fcc" @@ -14,7 +14,7 @@ SRC_OPT_NAME = "name=smart_home_homeassistant_plugin" SRC_OPT_BRANCH = "branch=master" 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_homeassistant_plugin.git;${SRC_OPTIONS}" +SRC_URI = "git://booting.oniroproject.org/distro/components/smart_home_homeassistant_plugin.git;${SRC_OPTIONS}" SRCREV_smart_home_homeassistant_plugin = "63c39b0eebab086ba793be8e7963c2d3c69cbedc" S = "${WORKDIR}/${SRC_OPT_CLONE_DIR}" diff --git a/meta-oniro-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb b/meta-oniro-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb index acffe165..ca1fbae2 100644 --- a/meta-oniro-blueprints/recipes-kernel/zephyr-kernel/zephyr-blueprint-smarthome-base.bb +++ b/meta-oniro-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_blueprint_zephyr.git;${SRC_OPTIONS}" +SRC_URI += "git://booting.oniroproject.org/distro/components/smart_home_blueprint_zephyr.git;${SRC_OPTIONS}" SRCREV_smarthome = "c4a2dc87b1d03be701f9b4d5d35597df6a6ce389" -- GitLab