diff options
author | Ross Burton <ross.burton@arm.com> | 2025-07-16 13:29:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-17 10:41:18 +0100 |
commit | 88d2cceec0091cf7046642e12862362d622251d1 (patch) | |
tree | 02b09e410f4fabe721e75ff2551fd31c35398404 | |
parent | ac5f388cc8d9bdab9ff62053c8fa89995d19ba50 (diff) | |
download | poky-88d2cceec0091cf7046642e12862362d622251d1.tar.gz |
lldb: fix typo in lzma PACKAGECONFIG
Accidentally duplicated the beginning of the variable name.
(From OE-Core rev: 1484e2cf36428fbe7f5095ec881fdd018eea344b)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/clang/lldb_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/clang/lldb_git.bb b/meta/recipes-devtools/clang/lldb_git.bb index a07be0e3d4..10137090ad 100644 --- a/meta/recipes-devtools/clang/lldb_git.bb +++ b/meta/recipes-devtools/clang/lldb_git.bb | |||
@@ -30,7 +30,7 @@ EXTRA_OECMAKE = "-DLLDB_INCLUDE_TESTS=OFF \ | |||
30 | PACKAGECONFIG ??= "libedit libxml2 lzma" | 30 | PACKAGECONFIG ??= "libedit libxml2 lzma" |
31 | PACKAGECONFIG[libedit] = "-DLLDB_ENABLE_LIBEDIT=ON,-DLLDB_ENABLE_LIBEDIT=OFF,libedit" | 31 | PACKAGECONFIG[libedit] = "-DLLDB_ENABLE_LIBEDIT=ON,-DLLDB_ENABLE_LIBEDIT=OFF,libedit" |
32 | PACKAGECONFIG[libxml2] = "-DLLDB_ENABLE_LIBXML2=ON,-DLLDB_ENABLE_LIBXML2=OFF,libxml2" | 32 | PACKAGECONFIG[libxml2] = "-DLLDB_ENABLE_LIBXML2=ON,-DLLDB_ENABLE_LIBXML2=OFF,libxml2" |
33 | PACKAGECONFIG[lzma] = "-DLLDB_ENABLE_LLDB_ENABLE_LZMA=ON,-DLLDB_ENABLE_LLDB_ENABLE_LZMA=OFF,xz" | 33 | PACKAGECONFIG[lzma] = "-DLLDB_ENABLE_LZMA=ON,-DLLDB_ENABLE_LZMA=OFF,xz" |
34 | PACKAGECONFIG[python] = "-DLLDB_ENABLE_PYTHON=ON,-DLLDB_ENABLE_PYTHON=OFF,swig-native" | 34 | PACKAGECONFIG[python] = "-DLLDB_ENABLE_PYTHON=ON,-DLLDB_ENABLE_PYTHON=OFF,swig-native" |
35 | 35 | ||
36 | do_install:append() { | 36 | do_install:append() { |