From 3eca09bcea55d9077ff72058cdd5872eb05a2476 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 22 Jan 2025 13:07:56 +0100 Subject: [PATCH] dbus-cxx: fix typo in PACKAGECONFIG Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb index fbe1e34751..d4f693d8cc 100644 --- a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb +++ b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb @@ -29,7 +29,7 @@ PACKAGECONFIG ??= "" PACKAGECONFIG:class-native ?= "tools" PACKAGECONFIG:class-nativesdk ?= "tools" -PACKAGECONFIG[tools] = "-DENABLE_TOOLS=ON,-DENABLE_TOOS=OFF,popt cppgenerate" +PACKAGECONFIG[tools] = "-DENABLE_TOOLS=ON,-DENABLE_TOOLS=OFF,popt cppgenerate" PACKAGECONFIG[glib] = "-DENABLE_GLIB_SUPPORT=ON,-DENABLE_GLIB_SUPPORT=OFF,glib-2.0" PACKAGECONFIG[uv] = "-DENABLE_UV_SUPPORT=ON,-DENABLE_UV_SUPPORT=OFF,libuv"