diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-02-03 19:22:06 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-03 13:03:25 -0800 |
commit | c7b6f0a8ce37cdd571e4361668b3f9d191ed38c9 (patch) | |
tree | 23d0be43ae7428d853f570be1bb6b385d8e717ea | |
parent | 7bfa5c77f7ec6906d22868bf857d777bc5aab95c (diff) | |
download | meta-openembedded-c7b6f0a8ce37cdd571e4361668b3f9d191ed38c9.tar.gz |
protobuf: don't download git submodules
All dependencies are used from recipe sysroot now.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb index 470c368cf3..ded2c9b11b 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb | |||
@@ -12,7 +12,7 @@ DEPENDS:append:class-target = " protobuf-native" | |||
12 | 12 | ||
13 | SRCREV = "9d0ec0f92b5b5fdeeda11f9dcecc1872ff378014" | 13 | SRCREV = "9d0ec0f92b5b5fdeeda11f9dcecc1872ff378014" |
14 | 14 | ||
15 | SRC_URI = "gitsm://github.com/protocolbuffers/protobuf.git;branch=25.x;protocol=https \ | 15 | SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=25.x;protocol=https \ |
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | file://0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch \ | 17 | file://0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch \ |
18 | " | 18 | " |