aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2022-01-24 15:44:37 +0100
committerArmin Kuster <akuster808@gmail.com>2022-01-29 06:40:29 -0800
commita750888a40a7e2f967dfd32ce7a6953dc6bf10f2 (patch)
tree2e9069e3ff89d33c60818589557c9e78bcaaa1e9
parent033fa7a408f909e17096acc1faf5f2c93228e19d (diff)
downloadmeta-openembedded-contrib-a750888a40a7e2f967dfd32ce7a6953dc6bf10f2.tar.gz
snappy: use main branch to fix fetch failure
The project has renamed the master branch to main. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0c9c5c666150bc105cad35b442fa76464885aa1c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-extended/snappy/snappy_1.1.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/snappy/snappy_1.1.9.bb b/meta-oe/recipes-extended/snappy/snappy_1.1.9.bb
index 252ba9f3dc..0d58345d7a 100644
--- a/meta-oe/recipes-extended/snappy/snappy_1.1.9.bb
+++ b/meta-oe/recipes-extended/snappy/snappy_1.1.9.bb
@@ -10,7 +10,7 @@ compression ratio."
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=f62f3080324a97b3159a7a7e61812d0c"
-SRC_URI = "gitsm://github.com/google/snappy.git;protocol=https;branch=master \
+SRC_URI = "gitsm://github.com/google/snappy.git;protocol=https;branch=main \
file://0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch \
"
SRCREV = "2b63814b15a2aaae54b7943f0cd935892fae628f"