Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions recipes-ccsp/ccsp/rdk-wanmanager.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"

# Please use below part only for official release and release candidates
GIT_TAG = "v2.16.0"

# Please use below part only for official release and release candidates

Expand All @@ -14,9 +13,8 @@ DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'rdkb_wan_manager', '
require recipes-ccsp/ccsp/ccsp_common.inc

# Please use below part only for official release and release candidates
SRC_URI := "git://github.com/rdkcentral/wan-manager.git;branch=releases/2.16.0-main;protocol=https;name=WanManager;tag=${GIT_TAG}"
PV = "${GIT_TAG}+git${SRCPV}"
#SRCREV = "${AUTOREV}"
SRC_URI = "git://github.com/rdkcentral/wan-manager.git;branch=releases/2.17.0-main;protocol=https;name=WanManager;"
SRCREV = "${AUTOREV}"

S = "${WORKDIR}/git"

Expand Down
Loading