alexa-voiceagent-service: Update config.xml.in
[AGL/meta-agl-devel.git] / meta-speech-framework / meta-aac / recipes-apis / alexa-voiceagent-service / alexa-voiceagent-service / 0001-remove-library-dependency-copying.patch
1 Remove copying of library dependencies
2
3 Since we are targeting building into an image, the widget build does
4 not have to copy host library dependencies into the widget as it would
5 when being built standalone with the SDK.  Remove the copying, as
6 runtime dependencies will be used to pull the libraries in.
7
8 Upstream-Status: Inappropriate [embedded specific]
9
10 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
11
12 diff --git a/platforms/agl/alexa-voiceagent-service/libs/CMakeLists.txt b/platforms/agl/alexa-voiceagent-service/libs/CMakeLists.txt
13 index 4732e7b..ffc149d 100644
14 --- a/libs/CMakeLists.txt
15 +++ b/libs/CMakeLists.txt
16 @@ -70,14 +70,6 @@ add_avs_library(SpeechEncoder ${AAC_HOME}/lib/libSpeechEncoder.so)
17  add_avs_library(OpusEncoderContext ${AAC_HOME}/lib/libOpusEncoderContext.so)
18  add_avs_library(SpeechSynthesizer ${AAC_HOME}/lib/libSpeechSynthesizer.so)
19  add_avs_library(TemplateRuntime ${AAC_HOME}/lib/libTemplateRuntime.so)
20 -#add_avs_library(curl ${AAC_HOME}/lib/libcurl.so.4.5.0)
21 -add_avs_library(curl ${AAC_HOME}/lib/libcurl.so.4)
22 -#add_avs_library(nghttp2 ${AAC_HOME}/lib/libnghttp2.so.14.16)
23 -add_avs_library(nghttp2 ${AAC_HOME}/lib/libnghttp2.so.14)
24 -#add_avs_library(opus ${AAC_HOME}/lib/libopus.so.0.6.1)
25 -add_avs_library(opus ${AAC_HOME}/lib/libopus.so.0)
26 -#add_avs_library(sqlite3 ${AAC_HOME}/lib/libsqlite3.so.0.8.6)
27 -add_avs_library(sqlite3 ${AAC_HOME}/lib/libsqlite3.so.0)
28  add_avs_library(equalizer ${AAC_HOME}/lib/libEqualizer.so)
29  add_avs_library(EqualizerImplementations ${AAC_HOME}/lib/libEqualizerImplementations.so)
30