diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2019-10-29 19:58:02 +0100 |
---|---|---|
committer | Raquel Medina <raquel.medina@konsulko.com> | 2019-10-31 15:26:55 +0100 |
commit | 5bbf11a48e71e242ea2ee66be514f2c07e4f6d44 (patch) | |
tree | 18b044cef386a19c28d935379c8ea33ab2a4bce7 | |
parent | 08773d9a9cfaea8c8480260141b7c18f6e36f079 (diff) |
Revert "alexa-voiceagent-service: build in debug mode"
This reverts commit 479697d20ac25fa6c457e7ec2af78a0f145c8a49.
Bug-AGL: SPEC-2873
Change-Id: I1bcb38a4d629f3cd4203e14231c4927d4cba4607
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
-rw-r--r-- | meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb b/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb index 97c168d4..40a9185d 100644 --- a/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb +++ b/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb @@ -35,10 +35,6 @@ S = "${WORKDIR}/git/platforms/agl/alexa-voiceagent-service" inherit cmake aglwgt EXTRA_OECMAKE += "-DAAC_HOME=${RECIPE_SYSROOT}/${AAC_PREFIX}" -# Build in debug mode (hopefully temporarily) to avoid crash tracked -# in SPEC-2873. This also matches the build instructions given in the -# README.md in alexa-auto-sdk upstream as of version 2.0. -EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Debug" do_install_append() { install -D -m 0644 ${WORKDIR}/alexa.json ${D}${sysconfdir}/xdg/AGL/voiceagents/alexa.json |