blob: 58d4693f015a80eb99c651e9efd0fc4e2fbe829f (
plain)
1
2
3
4
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"
|