opie-backup 1.2.1: CVS backported patch for OPIE bug #1492
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 18 Oct 2005 11:26:31 +0000 (11:26 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 18 Oct 2005 11:26:31 +0000 (11:26 +0000)
- Backup and Restore does not show list of backups to restore on start

packages/opie-backup/opie-backup-1.2.1/.mtn2git_empty [new file with mode: 0644]
packages/opie-backup/opie-backup-1.2.1/1492-bugfix.patch [new file with mode: 0644]
packages/opie-backup/opie-backup_1.2.1.bb

diff --git a/packages/opie-backup/opie-backup-1.2.1/.mtn2git_empty b/packages/opie-backup/opie-backup-1.2.1/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/opie-backup/opie-backup-1.2.1/1492-bugfix.patch b/packages/opie-backup/opie-backup-1.2.1/1492-bugfix.patch
new file mode 100644 (file)
index 0000000..3a8bd72
--- /dev/null
@@ -0,0 +1,16 @@
+Index: backup/backuprestore.cpp
+===================================================================
+RCS file: /cvs/opie/noncore/settings/backup/backuprestore.cpp,v
+retrieving revision 1.42
+retrieving revision 1.43
+diff -u -u -r1.42 -r1.43
+--- backup/backuprestore.cpp   9 Jun 2005 21:04:56 -0000       1.42
++++ backup/backuprestore.cpp   16 Oct 2005 19:00:43 -0000      1.43
+@@ -102,6 +102,7 @@
+     scanForApplicationSettings();
+     refreshLocations();
+     refreshBackupLocations();
++    sourceDirChanged(restoreSource->currentItem());
+     // Read the list of items to ignore.
+     QList<QString> dontBackupList;
index e0b1328..8f276e0 100644 (file)
@@ -1,7 +1,8 @@
 include ${PN}.inc
-    
+
+PR = "r1"
 
 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/settings/backup \
            ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
-           ${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
+           ${HANDHELDS_CVS};tag=${TAG};module=opie/apps \
+          file://1492-bugfix.patch;patch=1"