diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-06-13 18:03:18 +0200 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2018-06-13 18:03:18 +0200 |
commit | 6eec71ab901a67273cce7d8aa726ebb22238bb25 (patch) | |
tree | 465b3f3008bac85fe5e761430b91c239782fe026 | |
parent | 1888a208a2daacaabd28427bb519ce51ac283837 (diff) |
Fix bad service name
Service name had change during tests phases, but I forgot to restore to
the original name. As long as the recipe do things base on this name, it
have to be restored.
Change-Id: If00d69f34fe04f6dbacee01e96ac0c49b4f56dad
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 4c950b8..3b71da9 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -18,7 +18,7 @@ # Project Info # ------------------ -set(PROJECT_NAME 4a-hl-service-audio) +set(PROJECT_NAME agl-service-audio-4a) set(PROJECT_VERSION "1.0") set(PROJECT_PRETTY_NAME "Audio High Level Binding") set(PROJECT_DESCRIPTION "AGL High Level Interface for Audio") |