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 --- .../gcc45-compilation-fixes.patch | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 recipes-qtopia/kstars/kstars-embedded-0.8.5/gcc45-compilation-fixes.patch (limited to 'recipes-qtopia/kstars/kstars-embedded-0.8.5') diff --git a/recipes-qtopia/kstars/kstars-embedded-0.8.5/gcc45-compilation-fixes.patch b/recipes-qtopia/kstars/kstars-embedded-0.8.5/gcc45-compilation-fixes.patch new file mode 100644 index 0000000..4004ede --- /dev/null +++ b/recipes-qtopia/kstars/kstars-embedded-0.8.5/gcc45-compilation-fixes.patch @@ -0,0 +1,34 @@ +Index: kstars/kstars.cpp +=================================================================== +--- kstars.orig/kstars.cpp ++++ kstars/kstars.cpp +@@ -37,9 +37,9 @@ + #include + #include + +-#include +-#include +-#include ++#include ++#include ++#include + + #include "timedialog.h" + #include "locationdialog.h" +Index: kstars/skymap.cpp +=================================================================== +--- kstars.orig/skymap.cpp ++++ kstars/skymap.cpp +@@ -36,9 +36,9 @@ + #include + #include + +-#include +-#include +-#include ++#include ++#include ++#include + #include + + #include "kstars.h" -- cgit 1.2.3-korg