Skip to content
Snippets Groups Projects
Commit bd44e6d4 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

ot-daemon: switch branch name to main after upstream change


The upstream repo does no longer have a master branch, instead main is
used for this purpose. As the OE git fetcher defaulst to master the
fetch fails without this change.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent 76a8515d
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=543b6fe90ec5901a683320a36390c65f \
# While we have more third_party code with different licenses here we do not use
# them in the posix daemon build.
SRC_URI = "gitsm://github.com/openthread/openthread.git;protocol=https"
SRC_URI = "gitsm://github.com/openthread/openthread.git;protocol=https;branch=main"
PV = "0.1+git${SRCPV}"
SRCREV = "4d50cbadbc3c584c7174f4be41fe65e2016a7ece"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment