diff --git a/recipes-ccsp/ccsp/rdk-ppp-manager.bb b/recipes-ccsp/ccsp/rdk-ppp-manager.bb index 845bde4..66dce0a 100644 --- a/recipes-ccsp/ccsp/rdk-ppp-manager.bb +++ b/recipes-ccsp/ccsp/rdk-ppp-manager.bb @@ -8,7 +8,7 @@ DEPENDS = "ccsp-common-library dbus rdk-logger utopia halinterface libunpriv" require recipes-ccsp/ccsp/ccsp_common.inc -GIT_TAG = "RC1.2.0a" +GIT_TAG = "v1.2.0" SRC_URI := "git://github.com/rdkcentral/RdkPppManager.git;branch=main;protocol=https;name=PppManager;tag=${GIT_TAG}" PV = "${GIT_TAG}+git${SRCPV}" diff --git a/recipes-ccsp/ccsp/rdk-vlanmanager.bb b/recipes-ccsp/ccsp/rdk-vlanmanager.bb index 63991ab..d6cdfc0 100644 --- a/recipes-ccsp/ccsp/rdk-vlanmanager.bb +++ b/recipes-ccsp/ccsp/rdk-vlanmanager.bb @@ -7,7 +7,7 @@ DEPENDS = "ccsp-common-library dbus rdk-logger utopia hal-platform libunpriv" require recipes-ccsp/ccsp/ccsp_common.inc -GIT_TAG = "RC1.2.0" +GIT_TAG = "v1.2.0" SRC_URI = "git://github.com/rdkcentral/RdkVlanBridgingManager.git;branch=main;protocol=https;name=VlanBridgingManager;tag=${GIT_TAG}" PV = "${GIT_TAG}+git${SRCPV}" diff --git a/recipes-ccsp/ccsp/rdk-wanmanager.bb b/recipes-ccsp/ccsp/rdk-wanmanager.bb index 034071c..c0aee2f 100644 --- a/recipes-ccsp/ccsp/rdk-wanmanager.bb +++ b/recipes-ccsp/ccsp/rdk-wanmanager.bb @@ -8,7 +8,7 @@ DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'rdkb_wan_manager', ' require recipes-ccsp/ccsp/ccsp_common.inc -GIT_TAG = "RC2.5.0b" +GIT_TAG = "v2.5.0" SRC_URI := "git://github.com/rdkcentral/RdkWanManager.git;branch=main;protocol=https;name=WanManager;tag=${GIT_TAG}" PV = "${GIT_TAG}+git${SRCPV}" diff --git a/recipes-ccsp/ccsp/rdkgponmanager.bb b/recipes-ccsp/ccsp/rdkgponmanager.bb index 957fbb8..6b08d8d 100644 --- a/recipes-ccsp/ccsp/rdkgponmanager.bb +++ b/recipes-ccsp/ccsp/rdkgponmanager.bb @@ -7,7 +7,7 @@ DEPENDS = "ccsp-common-library dbus rdk-logger utopia hal-platform json-hal-lib" require recipes-ccsp/ccsp/ccsp_common.inc -GIT_TAG = "RC1.3.0a" +GIT_TAG = "v1.3.0" SRC_URI = "git://github.com/rdkcentral/RdkGponManager.git;branch=main;protocol=https;name=GponManager;tag=${GIT_TAG}" PV = "${GIT_TAG}+git${SRCPV}" EXTRA_OECONF_append = " --with-ccsp-platform=bcm --with-ccsp-arch=arm " diff --git a/recipes-ccsp/ccsp/rdkxdslmanager.bb b/recipes-ccsp/ccsp/rdkxdslmanager.bb index 67894df..9f99b8f 100644 --- a/recipes-ccsp/ccsp/rdkxdslmanager.bb +++ b/recipes-ccsp/ccsp/rdkxdslmanager.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" DEPENDS = "ccsp-common-library dbus rdk-logger utopia json-hal-lib avro-c hal-platform libparodus libunpriv" require recipes-ccsp/ccsp/ccsp_common.inc -GIT_TAG = "RC1.1.0b" +GIT_TAG = "v1.1.0" SRC_URI = "git://github.com/rdkcentral/RdkXdslManager.git;branch=main;protocol=https;name=xDSLManager;tag=${GIT_TAG}" PV = "${GIT_TAG}+git${SRCPV}" diff --git a/recipes-support/ipoe-health-check/ipoe-health-check.bb b/recipes-support/ipoe-health-check/ipoe-health-check.bb index 7cb1405..0d54333 100644 --- a/recipes-support/ipoe-health-check/ipoe-health-check.bb +++ b/recipes-support/ipoe-health-check/ipoe-health-check.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" DEPENDS = "rdk-logger rdk-wanmanager" -GIT_TAG = "RC1.1.0b" +GIT_TAG = "v1.1.0" SRC_URI := "git://github.com/rdkcentral/IPOEHealthCheck.git;branch=main;protocol=https;name=IPoEHealthCheck;tag=${GIT_TAG}" PV = "${GIT_TAG}+git${SRCPV}"