diff options
-rw-r--r-- | meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc | 4 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb index f4a8b020a8..6573916362 100644 --- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb +++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Memory Efficient Serialization Library" | |||
2 | HOMEPAGE = "https://github.com/google/flatbuffers" | 2 | HOMEPAGE = "https://github.com/google/flatbuffers" |
3 | SECTION = "console/tools" | 3 | SECTION = "console/tools" |
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
6 | 6 | ||
7 | require flatbuffers.inc | 7 | require flatbuffers.inc |
8 | 8 | ||
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc index a85c74c128..7533f7c758 100644 --- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc +++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc | |||
@@ -1,3 +1,3 @@ | |||
1 | PV = "23.1.4" | 1 | PV = "23.5.26" |
2 | SRCREV = "af9ceabeef1a10c1004e2741f8c0c090ca59e5af" | 2 | SRCREV = "0100f6a5779831fa7a651e4b67ef389a8752bd9b" |
3 | SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" | 3 | SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" |
diff --git a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb index fb5b86ddea..5d3c73fd9a 100644 --- a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb +++ b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Memory Efficient Serialization Library - Python3 Modules" | |||
2 | HOMEPAGE = "https://github.com/google/flatbuffers" | 2 | HOMEPAGE = "https://github.com/google/flatbuffers" |
3 | SECTION = "console/tools" | 3 | SECTION = "console/tools" |
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | 5 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
6 | 6 | ||
7 | require flatbuffers.inc | 7 | require flatbuffers.inc |
8 | 8 | ||