From e9b45ff67d32fdc27950a51135b6dabada8334e7 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 24 Jul 2011 17:57:24 +0100 Subject: initial commit of meta-opie Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton --- recipes-opie/opie-todo/files/unbreak-logging.patch | 21 +++++++++++++++++++++ recipes-opie/opie-todo/opie-todo.inc | 13 +++++++++++++ recipes-opie/opie-todo/opie-todo_1.2.5.bb | 11 +++++++++++ recipes-opie/opie-todo/opie-todo_cvs.bb | 8 ++++++++ 4 files changed, 53 insertions(+) create mode 100644 recipes-opie/opie-todo/files/unbreak-logging.patch create mode 100644 recipes-opie/opie-todo/opie-todo.inc create mode 100644 recipes-opie/opie-todo/opie-todo_1.2.5.bb create mode 100644 recipes-opie/opie-todo/opie-todo_cvs.bb (limited to 'recipes-opie/opie-todo') diff --git a/recipes-opie/opie-todo/files/unbreak-logging.patch b/recipes-opie/opie-todo/files/unbreak-logging.patch new file mode 100644 index 0000000..20e0bd0 --- /dev/null +++ b/recipes-opie/opie-todo/files/unbreak-logging.patch @@ -0,0 +1,21 @@ +Index: todo/main.cpp +=================================================================== +RCS file: /cvs/opie/core/pim/todo/main.cpp,v +retrieving revision 1.11 +diff -u -r1.11 main.cpp +--- main.cpp 6 Apr 2005 21:39:47 -0000 1.11 ++++ main.cpp 3 May 2007 02:57:14 -0000 +@@ -34,13 +34,8 @@ + + #include + +-void myMessages( QtMsgType, const char* ) { +- +-} +- + int main( int argc, char **argv ) + { +- qInstallMsgHandler( myMessages ); + QPEApplication a( argc, argv ); + + QTime time; diff --git a/recipes-opie/opie-todo/opie-todo.inc b/recipes-opie/opie-todo/opie-todo.inc new file mode 100644 index 0000000..226c8ad --- /dev/null +++ b/recipes-opie/opie-todo/opie-todo.inc @@ -0,0 +1,13 @@ +DESCRIPTION = "Todo list manager" +SECTION = "opie/pim" +PRIORITY = "optional" +LICENSE = "GPL" +RDEPENDS_${PN} = "opie-pics" +APPNAME = "todolist" + + +S = "${WORKDIR}/todo" + +inherit opie + +# FILES plugins/application/libtodolist.so* bin/todolist apps/1Pim/todo.desktop diff --git a/recipes-opie/opie-todo/opie-todo_1.2.5.bb b/recipes-opie/opie-todo/opie-todo_1.2.5.bb new file mode 100644 index 0000000..d6dcbc4 --- /dev/null +++ b/recipes-opie/opie-todo/opie-todo_1.2.5.bb @@ -0,0 +1,11 @@ +require ${PN}.inc + +PR = "r0" + +SRC_URI = "http://sources.openembedded.org/opie-1.2.5-split_core_pim_todo.tar.bz2;name=split_core_pim_todo \ + http://sources.openembedded.org/opie-1.2.5-split_apps.tar.bz2;name=split_apps \ + file://unbreak-logging.patch" +SRC_URI[split_core_pim_todo.md5sum] = "abbb87630f731ed21882c5eba1ae62e8" +SRC_URI[split_core_pim_todo.sha256sum] = "78efadc5959f3307a75259bf8901d3a582d0105839abb84e537ecfc39039e400" +SRC_URI[split_apps.md5sum] = "c765d13427e4dc8ee396e4dfed2dbe73" +SRC_URI[split_apps.sha256sum] = "0fea454d8d286f7febc7449e4a06f73e941e8b22e9bab904a32e57f35479862a" diff --git a/recipes-opie/opie-todo/opie-todo_cvs.bb b/recipes-opie/opie-todo/opie-todo_cvs.bb new file mode 100644 index 0000000..cf98d40 --- /dev/null +++ b/recipes-opie/opie-todo/opie-todo_cvs.bb @@ -0,0 +1,8 @@ +require ${PN}.inc + +PV = "${OPIE_GIT_PV}" +PR = "r2" + +SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/pim/todo \ + ${OPIE_GIT};protocol=git;subpath=apps \ + file://unbreak-logging.patch" -- cgit 1.2.3-korg