Skip to content

Commit

Permalink
thunder-tools: fix depricated git fetch protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
bramoosterhuis committed Oct 25, 2024
1 parent 124bdac commit 994d663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require ./thunder-tools.inc
LIC_FILES_CHKSUM = "file://LICENSE;md5=85bcfede74b96d9a58c6ea5d4b607e58"

# In the past the generators resided in Thunders repo.
SRC_URI = "git://github.com/rdkcentral/Thunder.git;protocol=git;branch=${RECIPE_BRANCH}"
SRC_URI = "git://github.com/rdkcentral/Thunder.git;protocol=https;branch=${RECIPE_BRANCH}"

OECMAKE_SOURCEPATH = "${WORKDIR}/git/Tools"

Expand Down
2 changes: 1 addition & 1 deletion recipes-thunder/thunder-tools/thunder-tools-native_4.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require ./thunder-tools.inc
LIC_FILES_CHKSUM = "file://LICENSE;md5=85bcfede74b96d9a58c6ea5d4b607e58"

# In the past the generators resided in Thunders repo.
SRC_URI = "git://github.com/rdkcentral/Thunder.git;protocol=git;branch=${RECIPE_BRANCH}"
SRC_URI = "git://github.com/rdkcentral/Thunder.git;protocol=https;branch=${RECIPE_BRANCH}"

OECMAKE_SOURCEPATH = "${WORKDIR}/git/Tools"

Expand Down

0 comments on commit 994d663

Please sign in to comment.