summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-01 17:03:26 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-02 15:16:36 +0100
commit6ba20c1412398c70f31f5c6c673f1c951f584efa (patch)
tree7068def19aee67768197b0780b958375521cb46f /meta
parentcae9740a66bf8f2d32bd10a8c54f2964bc042767 (diff)
downloadpoky-6ba20c1412398c70f31f5c6c673f1c951f584efa.tar.gz
orc: upgrade 0.4.33 -> 0.4.34
Changelog: =========== Thread-safety improvements around orc codemem allocation/freeing Add orc_parse_code() with more detailed error reporting Implement Orc function lazy initialization correctly via atomic operations orc program parser fixes and improvements build fixes and compiler warning fixes coverity and clang scan-build static code analysis fixes meson: Do not always generate static library for test library ci improvements (From OE-Core rev: 0f65b68b90c2b71386f30ed8753928967dce871e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/orc/orc_0.4.34.bb (renamed from meta/recipes-devtools/orc/orc_0.4.33.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/orc/orc_0.4.33.bb b/meta/recipes-devtools/orc/orc_0.4.34.bb
index 873fe3920b..801d604bdc 100644
--- a/meta/recipes-devtools/orc/orc_0.4.33.bb
+++ b/meta/recipes-devtools/orc/orc_0.4.34.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause & BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" 5LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e"
6 6
7SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz" 7SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz"
8SRC_URI[sha256sum] = "844e6d7db8086f793f57618d3d4b68d29d99b16034e71430df3c21cfd3c3542a" 8SRC_URI[sha256sum] = "8f47abb3f097171e44eb807adcdabd860fba2effd37d8d3c4fbd5f341cadd41f"
9 9
10inherit meson pkgconfig gtk-doc 10inherit meson pkgconfig gtk-doc
11 11