summaryrefslogtreecommitdiffstats
path: root/meta/classes/meson.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-07 13:45:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-07 14:39:17 +0000
commitf3674e74a34f35b64baa303e5b4995e9b10f4eb8 (patch)
tree6e0869813a77eaa0308dadb2a90837dc0e09bafd /meta/classes/meson.bbclass
parent73ae1a3760f877265fd504efda0a6ccfcb8c4c84 (diff)
downloadpoky-f3674e74a34f35b64baa303e5b4995e9b10f4eb8.tar.gz
gtk-doc/meson: Fix typos
Fix a couple of function name typos copy and pasted between the classes. (From OE-Core rev: f99b98341cfb849680461cfa2992f854eebad5df) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/meson.bbclass')
-rw-r--r--meta/classes/meson.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass
index ffec5f3269..0bfe945811 100644
--- a/meta/classes/meson.bbclass
+++ b/meta/classes/meson.bbclass
@@ -124,7 +124,7 @@ do_write_config:append:class-target() {
124# which may then get deleted (or their dependencies) and potentially segfault 124# which may then get deleted (or their dependencies) and potentially segfault
125export GIO_MODULE_DIR=${STAGING_LIBDIR}/gio/modules-dummy 125export GIO_MODULE_DIR=${STAGING_LIBDIR}/gio/modules-dummy
126 126
127# meson sets this wrongly (only to libs in build-dir), qemu-wrapper_cmdline() and GIR_EXTRA_LIBS_PATH take care of it properly 127# meson sets this wrongly (only to libs in build-dir), qemu_wrapper_cmdline() and GIR_EXTRA_LIBS_PATH take care of it properly
128unset LD_LIBRARY_PATH 128unset LD_LIBRARY_PATH
129 129
130$qemu_binary "\$@" 130$qemu_binary "\$@"