[oe-commits] Simon Busch : python-pyside-embedded: update patch for qws support and bump PR

git version control git at git.openembedded.org
Thu Jun 2 20:01:29 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: ff87a2a765ae6445bedd4d2fda9bdcccc689da64
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=ff87a2a765ae6445bedd4d2fda9bdcccc689da64

Author: Simon Busch <morphis at gravedo.de>
Date:   Wed May 25 22:52:03 2011 +0200

python-pyside-embedded: update patch for qws support and bump PR

This removes the binding for the QWSServer from the patch as it's not working and not
needed anymore.

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 .../python-pyside-embedded/support-qws.patch       |   18 +++++++++++++-----
 recipes/pyside/python-pyside-embedded_1.0.2.bb     |    2 +-
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/recipes/pyside/python-pyside-embedded/support-qws.patch b/recipes/pyside/python-pyside-embedded/support-qws.patch
index 299109a..1070a27 100644
--- a/recipes/pyside/python-pyside-embedded/support-qws.patch
+++ b/recipes/pyside/python-pyside-embedded/support-qws.patch
@@ -1,19 +1,28 @@
 diff -Naur pyside-qt4.7+1.0.2-orig/CMakeLists.txt pyside-qt4.7+1.0.2/CMakeLists.txt
 --- pyside-qt4.7+1.0.2-orig/CMakeLists.txt	2011-04-28 22:43:01.000000000 +0200
-+++ pyside-qt4.7+1.0.2/CMakeLists.txt	2011-05-11 11:21:17.826916001 +0200
-@@ -105,6 +105,8 @@
++++ pyside-qt4.7+1.0.2/CMakeLists.txt	2011-05-21 22:49:28.043397002 +0200
+@@ -89,6 +89,7 @@
+ set(ENABLE_MAC "0")
+ set(ENABLE_WIN "0")
+ set(ENABLE_SIMULATOR "0")
++set(ENABLE_QWS "0")
+ if(Q_WS_X11)
+     set(ENABLE_X11 "1")
+     if(Q_WS_MAEMO_5)
+@@ -105,6 +106,9 @@
  elseif(Q_WS_SIMULATOR)
      set(ENABLE_SIMULATOR "1")
      set(AUTO_OS "simulator")
 +elseif(Q_WS_QWS)
++    set(ENABLE_QWS "1")
 +    set(AUTO_OS "qws")
  else()
      message(FATAL_ERROR "OS not supported")
  endif()
 diff -Naur pyside-qt4.7+1.0.2-orig/PySide/QtGui/typesystem_gui_qws.xml pyside-qt4.7+1.0.2/PySide/QtGui/typesystem_gui_qws.xml
 --- pyside-qt4.7+1.0.2-orig/PySide/QtGui/typesystem_gui_qws.xml	1970-01-01 01:00:00.000000000 +0100
-+++ pyside-qt4.7+1.0.2/PySide/QtGui/typesystem_gui_qws.xml	2011-05-11 11:22:45.246916001 +0200
-@@ -0,0 +1,23 @@
++++ pyside-qt4.7+1.0.2/PySide/QtGui/typesystem_gui_qws.xml	2011-05-25 23:02:02.830307000 +0200
+@@ -0,0 +1,22 @@
 +<?xml version="1.0"?>
 +<!--
 +    This file is part of PySide project.
@@ -35,5 +44,4 @@ diff -Naur pyside-qt4.7+1.0.2-orig/PySide/QtGui/typesystem_gui_qws.xml pyside-qt
 +    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 +-->
 +<typesystem package="PySide.QtGui">
-+    <object-type name="QWSServer"/>
 +</typesystem>
diff --git a/recipes/pyside/python-pyside-embedded_1.0.2.bb b/recipes/pyside/python-pyside-embedded_1.0.2.bb
index 3566799..a684c83 100644
--- a/recipes/pyside/python-pyside-embedded_1.0.2.bb
+++ b/recipes/pyside/python-pyside-embedded_1.0.2.bb
@@ -1,7 +1,7 @@
 inherit qt4e
 require python-pyside.inc
 
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
 SRC_URI += " \
  file://no-accessibility-support.patch \
  file://support-qws.patch \





More information about the Openembedded-commits mailing list