aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-notes
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-06-04 11:48:53 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-06-04 13:08:31 +0100
commite4060679f35f4cec4af5f9c49247286ea824dfbd (patch)
treea9af590799ae3dca54f4b94d6bb07fb480428cd3 /recipes/opie-notes
parent1672042214d87572815d11bc55a04abf86dcbe0c (diff)
downloadopenembedded-e4060679f35f4cec4af5f9c49247286ea824dfbd.tar.gz
Opie: remove 1.2.4 recipes and obsolete patches
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes/opie-notes')
-rw-r--r--recipes/opie-notes/opie-notes-1.2.4/gcc-4.5-non-trivially-copyable-fix.patch62
-rw-r--r--recipes/opie-notes/opie-notes_1.2.4.bb14
2 files changed, 0 insertions, 76 deletions
diff --git a/recipes/opie-notes/opie-notes-1.2.4/gcc-4.5-non-trivially-copyable-fix.patch b/recipes/opie-notes/opie-notes-1.2.4/gcc-4.5-non-trivially-copyable-fix.patch
deleted file mode 100644
index 6c3c625943..0000000000
--- a/recipes/opie-notes/opie-notes-1.2.4/gcc-4.5-non-trivially-copyable-fix.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-Index: notes/editwindow.cpp
-===================================================================
---- notes/editwindow.cpp
-+++ notes/editwindow.cpp
-@@ -22,7 +22,7 @@ void editWindowWidget::loadFile(QString
- {
- if (!file.open(IO_ReadOnly))
- {
-- QMessageBox::warning(0, tr("File i/o error"), fileName.sprintf(tr("Could not read file '%s'"), fileName));
-+ QMessageBox::warning(0, tr("File i/o error"), fileName.sprintf(tr("Could not read file '%s'"), fileName.data()));
- }
- else
- {
-@@ -40,7 +40,7 @@ void editWindowWidget::saveFile(QString
-
- if(!file.open(IO_WriteOnly))
- {
-- QMessageBox::warning(0, tr("File i/o error"), fileName.sprintf(tr("Could not write file '%s'"), fileName));
-+ QMessageBox::warning(0, tr("File i/o error"), fileName.sprintf(tr("Could not write file '%s'"), fileName.data()));
- }
- else
- {
-Index: notes/mainwindow.cpp
-===================================================================
---- notes/mainwindow.cpp
-+++ notes/mainwindow.cpp
-@@ -57,7 +57,7 @@ mainWindowWidget::mainWindowWidget( QWid
-
- if(!fileList.mkdir(fileList.absPath()))
- {
-- QMessageBox::critical(0, tr("i/o error"), text.sprintf(tr("Could not create directory '%s'"), fileList.absPath()));
-+ QMessageBox::critical(0, tr("i/o error"), text.sprintf(tr("Could not create directory '%s'"), fileList.absPath().data()).data());
- }
- else
- {
-@@ -65,7 +65,7 @@ mainWindowWidget::mainWindowWidget( QWid
-
- if(!fileList.mkdir(fileList.absPath()))
- {
-- QMessageBox::critical(0, tr("i/o error"), text.sprintf(tr("Could not create directory '%s'"), fileList.absPath()));
-+ QMessageBox::critical(0, tr("i/o error"), text.sprintf(tr("Could not create directory '%s'"), fileList.absPath().data()).data());
- }
- }
- }
-@@ -154,7 +154,7 @@ void mainWindowWidget::slotItemDuplicate
- {
- if (!fileOld.open(IO_ReadOnly))
- {
-- QMessageBox::warning(0, tr("File i/o error"), fileName.sprintf(tr("Could not read file '%s'"), fileName));
-+ QMessageBox::warning(0, tr("File i/o error"), fileName.sprintf(tr("Could not read file '%s'"), fileName.data()));
- }
- else
- {
-@@ -208,7 +208,7 @@ void mainWindowWidget::refreshList()
-
- if (!file.open(IO_ReadOnly))
- {
-- QMessageBox::warning(0, tr("File i/o error"), title.sprintf(tr("Could not read file '%s'"), fileList[item]));
-+ QMessageBox::warning(0, tr("File i/o error"), title.sprintf(tr("Could not read file '%s'"), fileList[item].data()).data());
- }
- else
- {
diff --git a/recipes/opie-notes/opie-notes_1.2.4.bb b/recipes/opie-notes/opie-notes_1.2.4.bb
deleted file mode 100644
index 7c82a95263..0000000000
--- a/recipes/opie-notes/opie-notes_1.2.4.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require ${PN}.inc
-PR = "r2"
-
-SRC_URI = "http://sources.openembedded.org/opie-1.2.4-split_core_pim_notes.tar.bz2;name=split_core_pim_notes \
- http://sources.openembedded.org/opie-1.2.4-split_pics.tar.bz2;name=split_pics \
- http://sources.openembedded.org/opie-1.2.4-split_apps.tar.bz2;name=split_apps \
- file://gcc-4.5-non-trivially-copyable-fix.patch \
- "
-SRC_URI[split_core_pim_notes.md5sum] = "e3862fb0314e3ce0dee7f80afa616671"
-SRC_URI[split_core_pim_notes.sha256sum] = "530c1f01b8526e46bcfc932b868c953092d6b6c20c666bd9b3e12105bcf8f139"
-SRC_URI[split_pics.md5sum] = "5499dc84b65395ab99bda6ed9d01ff0f"
-SRC_URI[split_pics.sha256sum] = "f22781f36e84e12d51fff1eb68cc3fb98221c7d807a82226813b7e974a604109"
-SRC_URI[split_apps.md5sum] = "67a43e8e4bcd9e63b884ea25deea5b34"
-SRC_URI[split_apps.sha256sum] = "a33a55efb4ae4c15a8c2c5d6faba6d671a5652da8e216ce35088896fe597215b"