blob: ad509d140f48b97f53a7df7c9ae3b8eefa53be74 (
plain)
1
2
3
4
5
6
|
# A bbappend has been added to meta-agl to enable nghttp2, mask out the one
# from meta-aac to avoid triggering rebuilds of all curl dependencies when
# agl-voiceagent-alexa is configured.
BBMASK += "meta-aac/recipes-support/curl/curl_%.bbappend"
PREFERRED_RPROVIDER_virtual/voiceagent = "alexa-voiceagent-service"
|