Add support for GENIVI Audio Manager.
[AGL/meta-agl.git] / meta-ivi-common / recipes-multimedia / audiomanager / audiomanager / 0001-Fix-duplicated-command-line-arg-t.patch
1 From c4b6030f575e38dfc9cca7dfd029d207f3af6a13 Mon Sep 17 00:00:00 2001
2 From: "Andre Moreira Magalhaes (andrunko)" <andre.magalhaes@collabora.co.uk>
3 Date: Thu, 5 May 2016 00:01:19 -0300
4 Subject: [PATCH] Fix duplicated command line arg -t.
5
6 ---
7  AudioManagerDaemon/src/main.cpp | 2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/AudioManagerDaemon/src/main.cpp b/AudioManagerDaemon/src/main.cpp
11 index 795795d..67c0977 100755
12 --- a/AudioManagerDaemon/src/main.cpp
13 +++ b/AudioManagerDaemon/src/main.cpp
14 @@ -87,7 +87,7 @@ TCLAP::ValueArg<std::string> commandPluginDir("l","CommandPluginDir","path for l
15  TCLAP::ValueArg<std::string> databasePath ("p","databasePath","path for sqlite database (default is in memory)",false,":memory:","string");
16  TCLAP::ValueArg<unsigned int> telnetPort ("t","telnetport","The port that is used for telnet",false,DEFAULT_TELNETPORT,"int");
17  TCLAP::ValueArg<unsigned int> maxConnections ("m","maxConnections","Maximal number of connections for telnet",false,MAX_TELNETCONNECTIONS,"int");
18 -TCLAP::SwitchArg dbusWrapperTypeBool ("t","dbusType","DbusType to be used by CAmDbusWrapper: if option is selected, DBUS_SYSTEM is used otherwise DBUS_SESSION",false);
19 +TCLAP::SwitchArg dbusWrapperTypeBool ("T","dbusType","DbusType to be used by CAmDbusWrapper: if option is selected, DBUS_SYSTEM is used otherwise DBUS_SESSION",false);
20  TCLAP::SwitchArg enableNoDLTDebug ("V","logDlt","print DLT logs to stdout",false);
21  TCLAP::SwitchArg currentSettings("i","currentSettings","print current settings and exit",false);
22  TCLAP::SwitchArg daemonizeAM("d","daemonize","daemonize Audiomanager. Better use systemd...",false);
23 -- 
24 2.5.0
25