summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWentao Zhang <wentao.zhang@windriver.com>2023-11-30 11:05:55 +0800
committerArmin Kuster <akuster808@gmail.com>2024-01-12 07:14:16 -0500
commite85ed04e3c91118b6081cbe9562fe234ee5be2c6 (patch)
tree290dbf264f741e74ba7bbe4f5c056014c76635f7
parent7f5ded2c880947f6866509ea19a49ca4fe5e0357 (diff)
downloadmeta-openembedded-e85ed04e3c91118b6081cbe9562fe234ee5be2c6.tar.gz
libbytesize: update github branch to 'main'
the repo of libbytesize doesn't have a branch named master. Change the branch from master to main. Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com> Signed-off-by: Wentao Zhang <wentao.zhang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb
index 154973254..abafaaf7a 100644
--- a/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb
+++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb
@@ -10,7 +10,7 @@ S = "${WORKDIR}/git"
10B = "${S}" 10B = "${S}"
11 11
12SRCREV = "c9864f4dd03736839f40d225da494cb1eb64e654" 12SRCREV = "c9864f4dd03736839f40d225da494cb1eb64e654"
13SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master;protocol=https" 13SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=main;protocol=https"
14 14
15inherit gettext autotools pkgconfig python3native 15inherit gettext autotools pkgconfig python3native
16 16