diff options
author | Holger Freyther <zecke@selfish.org> | 2005-09-12 20:51:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-12 20:51:49 +0000 |
commit | 172cdbd2ce755f0bd267c6721a016d180fbe4949 (patch) | |
tree | 8446d15a6125b29e709b953be40f5eca31eb5d47 | |
parent | 149b88fa517e3ed0eab88e5e276d09c18b1f8d38 (diff) |
packages/libqpe/libqpe-opie_1.2.1.bb:
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.
-rw-r--r-- | packages/libqpe/libqpe-opie/fix-nomax.patch | 16 | ||||
-rw-r--r-- | packages/libqpe/libqpe-opie_1.2.1.bb | 1 |
2 files changed, 0 insertions, 17 deletions
diff --git a/packages/libqpe/libqpe-opie/fix-nomax.patch b/packages/libqpe/libqpe-opie/fix-nomax.patch deleted file mode 100644 index a31369fcb6..0000000000 --- a/packages/libqpe/libqpe-opie/fix-nomax.patch +++ /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 diff --git a/packages/libqpe/libqpe-opie_1.2.1.bb b/packages/libqpe/libqpe-opie_1.2.1.bb index 56faf54b62..93b1590bba 100644 --- a/packages/libqpe/libqpe-opie_1.2.1.bb +++ b/packages/libqpe/libqpe-opie_1.2.1.bb @@ -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" |