From: Wang Mingyu <[email protected]> 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
Signed-off-by: Wang Mingyu <[email protected]> --- meta/recipes-devtools/orc/{orc_0.4.33.bb => orc_0.4.34.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/orc/{orc_0.4.33.bb => orc_0.4.34.bb} (92%) diff --git a/meta/recipes-devtools/orc/orc_0.4.33.bb b/meta/recipes-devtools/orc/orc_0.4.34.bb similarity index 92% rename from meta/recipes-devtools/orc/orc_0.4.33.bb rename to 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" LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz" -SRC_URI[sha256sum] = "844e6d7db8086f793f57618d3d4b68d29d99b16034e71430df3c21cfd3c3542a" +SRC_URI[sha256sum] = "8f47abb3f097171e44eb807adcdabd860fba2effd37d8d3c4fbd5f341cadd41f" inherit meson pkgconfig gtk-doc -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#182075): https://lists.openembedded.org/g/openembedded-core/message/182075 Mute This Topic: https://lists.openembedded.org/mt/99260060/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
