packages/libqpe/libqpe-opie_1.2.1.bb:
authorHolger Freyther <zecke@selfish.org>
Mon, 12 Sep 2005 20:51:49 +0000 (20:51 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 12 Sep 2005 20:51:49 +0000 (20:51 +0000)
    The nomax patch was included in the main opie tree.
    There is no need to apply it anymore.
packages/libqpe/libqpe-opie/fix-nomax.patch:
    this patch is not needed anymore, this fix was applied
    upstream.

packages/libqpe/libqpe-opie/fix-nomax.patch [deleted file]
packages/libqpe/libqpe-opie_1.2.1.bb

diff --git a/packages/libqpe/libqpe-opie/fix-nomax.patch b/packages/libqpe/libqpe-opie/fix-nomax.patch
deleted file mode 100644 (file)
index a31369f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- library/widget_showing.cpp~fix-nomax
-+++ library/widget_showing.cpp
-@@ -52,7 +52,7 @@
-         return;
-     }
--#ifndef OPIE_NO_WINDOWED
-+#ifdef OPIE_NO_WINDOWED
-     Q_UNUSED( nomax )
-     if ( TRUE ) {
- #else
index 56faf54..93b1590 100644 (file)
@@ -3,6 +3,5 @@ include ${PN}.inc
 TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" 
 
 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \
-       file://fix-nomax.patch;patch=1 \
        file://fix-titleheight.patch;patch=1"