Fix build-break. Remove unused component.
authorZbigniew Kostrzewa <z.kostrzewa@samsung.com>
Mon, 22 Jul 2013 10:13:08 +0000 (12:13 +0200)
committerZbigniew Kostrzewa <z.kostrzewa@samsung.com>
Mon, 22 Jul 2013 10:17:24 +0000 (12:17 +0200)
[Issue#] N/A
[Problem] Build break
[Cause] Use of removed API
[Solution] The component that is using removed API is not used. Comment
it out until proper fix is applied and component is utilized again.
[SCMRequest] N/A
[Verification]
1. Build repository
2. Run command:
  `wrt-installer-tests-general --output=text`

Change-Id: If4efa53eb2e5939d6baa0ed8488452d7926821a5

src/configuration_parser/widget_parser.cpp
src/wrt-installer/CMakeLists.txt
src/wrt-installer/wrt_installer_api.cpp

index 8425627..bb4547e 100644 (file)
@@ -31,7 +31,7 @@
 #include "libiriwrapper.h"
 #include <dpl/utils/warp_iri.h>
 #include <dpl/utils/mime_type_utils.h>
-#include <language_subtag_rst_tree.h>
+//#include <language_subtag_rst_tree.h>
 
 #include <iri.h>
 #include <dpl/log/log.h>
index 3b94562..7fef88f 100644 (file)
@@ -31,7 +31,7 @@ SET(WRT_INSTALLER_SOURCES
     ${WRT_INSTALLER_DIR}/wrt_installer_api.cpp
     ${WRT_INSTALLER_DIR}/installer_callbacks_translate.cpp
     ${WRT_INSTALLER_DIR}/plugin_utils.cpp
-    ${WRT_INSTALLER_DIR}/language_subtag_rst_tree.cpp
+#    ${WRT_INSTALLER_DIR}/language_subtag_rst_tree.cpp
     ${WRT_INSTALLER_DIR}/installer_main_thread.cpp
     ${WRT_INSTALLER_DIR}/option_parser.cpp
     ${PKG_MANAGER_DIR}/pkgmgr_signal.cpp
index c36917a..91bae40 100644 (file)
@@ -112,8 +112,8 @@ void wrt_installer_init(void *userdata,
         LogDebug("Prepare libxml2 to work in multithreaded program.");
         xmlInitParser();
 
-        // Initialize Language Subtag registry
-        LanguageSubtagRstTreeSingleton::Instance().Initialize();
+//        // Initialize Language Subtag registry
+//        LanguageSubtagRstTreeSingleton::Instance().Initialize();
 
         // Installer init
         CONTROLLER_POST_SYNC_EVENT(