]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
lttng-tools: Remove the scope resolution operator master-next
authorMingli Yu <mingli.yu@windriver.com>
Thu, 24 Jul 2025 09:28:14 +0000 (17:28 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Aug 2025 20:50:44 +0000 (21:50 +0100)
commite680c45463d0e062a0058502d73b82de30518f99
tree065917a2fe09d1c639d0faf171dd0322f5282f9f
parentd476f25bdd53814a3a01596760a2be7ebae70ac9
lttng-tools: Remove the scope resolution operator

Remove the scope resolution operator :: to fix the below build failure.
 | ../../../sources/lttng-tools-2.14.0/src/common/eventfd.cpp:18:31: error: expected id-expression before numeric constant
 |    18 |                 int flags = ::EFD_CLOEXEC;
 |       |                               ^~~~~~~~~~~
 | ../../../sources/lttng-tools-2.14.0/src/common/eventfd.cpp:21:36: error: expected id-expression before numeric constant
 |    21 |                         flags |= ::EFD_SEMAPHORE;
 |       |

(From OE-Core rev: db98c8943dde49bad30f24a58dcb5441ecf7e709)

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/lttng-tools/0001-eventfd.cpp-Remove-the-scope-resolution-operator.patch [new file with mode: 0644]
meta/recipes-kernel/lttng/lttng-tools_2.14.0.bb