diff mbox series

bluez5: add PACKAGECONFIG for MCP

Message ID 20250627072643.16692-1-ceggers@arri.de
State New
Headers show
Series bluez5: add PACKAGECONFIG for MCP | expand

Commit Message

Christian Eggers June 27, 2025, 7:26 a.m. UTC
Allows to build without MCP profiles. Keep existing default value.

Signed-off-by: Christian Eggers <ceggers@arri.de>
---
 meta/recipes-connectivity/bluez5/bluez5.inc | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 287ebf658ef3..0d97413ad365 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -28,6 +28,7 @@  PACKAGECONFIG ??= "obex-profiles \
     network-profiles \
     hid-profiles \
     hog-profiles \
+    mcp-profiles \
     tools \
     deprecated \
     udev \
@@ -54,6 +55,7 @@  PACKAGECONFIG[vcp-profiles] = "--enable-vcp,--disable-vcp"
 PACKAGECONFIG[micp-profiles] = "--enable-micp,--disable-micp"
 PACKAGECONFIG[csip-profiles] = "--enable-csip,--disable-csip"
 PACKAGECONFIG[asha-profiles] = "--enable-asha,--disable-asha"
+PACKAGECONFIG[mcp-profiles] = "--enable-mcp,--disable-mcp"
 PACKAGECONFIG[sixaxis] = "--enable-sixaxis,--disable-sixaxis"
 PACKAGECONFIG[tools] = "--enable-tools,--disable-tools"
 PACKAGECONFIG[threads] = "--enable-threads,--disable-threads"