From 42ac2751f898729bd2463f1fcf8bc531f0e1668c Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sun, 14 Jan 2024 18:29:25 +0100 Subject: [PATCH] protobuf-c: change branch to master This was forgotten during update to tagged version. Signed-off-by: Peter Marko Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.0.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.0.bb index 545618a4ec..24de6b8119 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.0.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.0.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d11077c6a2b5d2e64b9f32b61a9b78ba" DEPENDS = "protobuf-native protobuf" -SRC_URI = "git://github.com/protobuf-c/protobuf-c.git;branch=next;protocol=https" +SRC_URI = "git://github.com/protobuf-c/protobuf-c.git;branch=master;protocol=https" SRC_URI:append:class-native = " file://0001-Makefile.am-do-not-compile-the-code-which-was-genera.patch" SRCREV = "8c201f6e47a53feaab773922a743091eb6c8972a"