aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libopieobex
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-09-12 21:08:05 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-12 21:08:05 +0000
commitad429e1b7bac96ce51503ba3b91469c62143ad06 (patch)
tree836b1b74fa8b863e54d057ba280d0dc173afa040 /packages/libopieobex
parent22bdb20e75976fc26990920619e51166f5e4f9bc (diff)
downloadopenembedded-ad429e1b7bac96ce51503ba3b91469c62143ad06.tar.gz
packages/libopieobex:
Drop the chdir-patch.patch as it was a backport from Opie CVS and is now available with Opie 1.2.1
Diffstat (limited to 'packages/libopieobex')
-rw-r--r--packages/libopieobex/chdir-patch.patch23
-rw-r--r--packages/libopieobex/libopieobex0_1.2.1.bb3
2 files changed, 1 insertions, 25 deletions
diff --git a/packages/libopieobex/chdir-patch.patch b/packages/libopieobex/chdir-patch.patch
deleted file mode 100644
index 60889ae893..0000000000
--- a/packages/libopieobex/chdir-patch.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Most Obex Push receivers are broken when getting a path inside
-the push. We will change the working directory.
-This patch is included upstream already
-
-Index: obex.cc
-===================================================================
-RCS file: /cvs/opie/core/obex/obex.cc,v
-retrieving revision 1.9
-diff -u -r1.9 obex.cc
---- obex.cc 12 Sep 2004 18:55:56 -0000 1.9
-+++ obex.cc 29 Mar 2005 23:28:37 -0000
-@@ -74,8 +74,10 @@
- }
- // OProcess inititialisation
- m_send = new OProcess();
-+ m_send->setWorkingDirectory( QFileInfo(m_file).dirPath(true) );
-+
- *m_send << "irobex_palm3";
-- *m_send << QFile::encodeName(m_file);
-+ *m_send << QFile::encodeName(QFileInfo(m_file).fileName());
-
- // connect to slots Exited and and StdOut
- connect(m_send, SIGNAL(processExited(Opie::Core::OProcess*) ),
diff --git a/packages/libopieobex/libopieobex0_1.2.1.bb b/packages/libopieobex/libopieobex0_1.2.1.bb
index 6390cf1896..f5a2b1bc45 100644
--- a/packages/libopieobex/libopieobex0_1.2.1.bb
+++ b/packages/libopieobex/libopieobex0_1.2.1.bb
@@ -2,5 +2,4 @@ include libopieobex0.inc
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/obex \
- ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
- file://chdir-patch.patch;patch=1;pnum=0 "
+ ${HANDHELDS_CVS};tag=${TAG};module=opie/pics "