From: Ross Burton Date: Wed, 16 Jul 2025 12:29:29 +0000 (+0100) Subject: lldb: fix typo in lzma PACKAGECONFIG X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1484e2cf36428fbe7f5095ec881fdd018eea344b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lldb: fix typo in lzma PACKAGECONFIG Accidentally duplicated the beginning of the variable name. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 \ PACKAGECONFIG ??= "libedit libxml2 lzma" PACKAGECONFIG[libedit] = "-DLLDB_ENABLE_LIBEDIT=ON,-DLLDB_ENABLE_LIBEDIT=OFF,libedit" PACKAGECONFIG[libxml2] = "-DLLDB_ENABLE_LIBXML2=ON,-DLLDB_ENABLE_LIBXML2=OFF,libxml2" -PACKAGECONFIG[lzma] = "-DLLDB_ENABLE_LLDB_ENABLE_LZMA=ON,-DLLDB_ENABLE_LLDB_ENABLE_LZMA=OFF,xz" +PACKAGECONFIG[lzma] = "-DLLDB_ENABLE_LZMA=ON,-DLLDB_ENABLE_LZMA=OFF,xz" PACKAGECONFIG[python] = "-DLLDB_ENABLE_PYTHON=ON,-DLLDB_ENABLE_PYTHON=OFF,swig-native" do_install:append() {