| Message ID | 20250627072643.16692-1-ceggers@arri.de |
|---|---|
| State | New |
| Headers | show |
| Series | bluez5: add PACKAGECONFIG for MCP | expand |
This is already included in the file so this patch is only duplicating the code.
On Sunday, 29 June 2025, 13:14:10 CEST, Guðni Már Gilbert via lists.openembedded.org wrote: > This is already included in the file so this patch is only duplicating the code. > Uups. It's already some time ago I prepared this patch. Somehow I overlooked this during rebasing ... Sorry for the noise.
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"
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(+)