- solve libwbxml2.
authorRonan Le Martret <ronan@fridu.net>
Tue, 10 Sep 2013 15:23:28 +0000 (17:23 +0200)
committerRonan Le Martret <ronan@fridu.net>
Tue, 10 Sep 2013 15:23:28 +0000 (17:23 +0200)
meta-wrt-tizen/recipes-wrt/libwbxml2/libwbxml2-extraconf.inc
meta-wrt-tizen/recipes-wrt/libwbxml2/libwbxml2/CMakeLists.txt.patch [new file with mode: 0644]

index 17ea556..b6d3219 100644 (file)
@@ -1 +1,8 @@
-inherit tizen_cmake
\ No newline at end of file
+SRC_URI += "\
+  file://CMakeLists.txt.patch \
+  "
+  
+do_patch_append () {
+ echo RLM begining of python do_patch
+ cat ${WORKDIR}/CMakeLists.txt.patch | patch -s -p1 --fuzz=2
+}
diff --git a/meta-wrt-tizen/recipes-wrt/libwbxml2/libwbxml2/CMakeLists.txt.patch b/meta-wrt-tizen/recipes-wrt/libwbxml2/libwbxml2/CMakeLists.txt.patch
new file mode 100644 (file)
index 0000000..554b15d
--- /dev/null
@@ -0,0 +1,11 @@
+diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
+index f2c136b..a2c340c 100644
+--- a/cmake/CMakeLists.txt
++++ b/cmake/CMakeLists.txt
+@@ -1,5 +1,5 @@
+ SET( LIBWBXML_CMAKE_MODULE "${CMAKE_CURRENT_SOURCE_DIR}/modules/FindLibWbxml2.cmake" )
+-INSTALL( FILES ${LIBWBXML_CMAKE_MODULE} DESTINATION ${CMAKE_ROOT}/Modules/ )
++INSTALL( FILES ${LIBWBXML_CMAKE_MODULE} DESTINATION /usr/share/cmake/Modules/ )