diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2022-10-07 23:21:12 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-10-07 15:26:11 -0700 |
commit | b52dd2da8ddae72d03d4e0d07436ba3fb466f9ca (patch) | |
tree | 3bae0aaf9662c5c5c0bcb1969d8ef79843aa883a /meta-oe | |
parent | d3900ea0574cd7033e3b42717289ee2511956e46 (diff) | |
download | meta-openembedded-b52dd2da8ddae72d03d4e0d07436ba3fb466f9ca.tar.gz |
re2: fix branch name from master to main
re2 $ git branch -a --contains 166dbbeb3b0ab7e733b278e8f42a84f6882b8a25
* main
remotes/origin/HEAD -> origin/main
remotes/origin/main
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/re2/re2_2020.11.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/re2/re2_2020.11.01.bb b/meta-oe/recipes-support/re2/re2_2020.11.01.bb index 698fe7e49..5ec1c6b5a 100644 --- a/meta-oe/recipes-support/re2/re2_2020.11.01.bb +++ b/meta-oe/recipes-support/re2/re2_2020.11.01.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b5c31eb512bdf3cb11ffd5713963760" | |||
5 | 5 | ||
6 | SRCREV = "166dbbeb3b0ab7e733b278e8f42a84f6882b8a25" | 6 | SRCREV = "166dbbeb3b0ab7e733b278e8f42a84f6882b8a25" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/google/re2.git;branch=master;protocol=https" | 8 | SRC_URI = "git://github.com/google/re2.git;branch=main;protocol=https" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||