diff options
-rw-r--r-- | meta-agl-bsp/meta-iot-cloud/recipes-azure/azure-iot-sdk-c/azure-iot-sdk-c_%.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-iot-cloud/recipes-azure/azure-iot-sdk-c/azure-iot-sdk-c_%.bbappend b/meta-agl-bsp/meta-iot-cloud/recipes-azure/azure-iot-sdk-c/azure-iot-sdk-c_%.bbappend new file mode 100644 index 000000000..ecd5fe2f6 --- /dev/null +++ b/meta-agl-bsp/meta-iot-cloud/recipes-azure/azure-iot-sdk-c/azure-iot-sdk-c_%.bbappend @@ -0,0 +1,5 @@ +# Disable the amqp transport, due to linking error in meta-iot repository for amqp +# symbols from amqp code are not included in the libiothub_client.so + +# NOTE: amqp is not used by AGL in IoT context at the moment +PACKAGECONFIG_remove = "amqp" |