diff mbox series

[meta-oe] dbus-cxx: fix typo in PACKAGECONFIG

Message ID 20250122120756.2502609-1-skandigraun@gmail.com
State Accepted
Headers show
Series [meta-oe] dbus-cxx: fix typo in PACKAGECONFIG | expand

Commit Message

Gyorgy Sarvari Jan. 22, 2025, 12:07 p.m. UTC
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 fbe1e3475..d4f693d8c 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"