From 2109f848590f1d243f5a3e1ff33e399964e5d65f Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Thu, 16 Jul 2009 03:15:12 +0530 Subject: [PATCH] Adding MAS, not sure if it will be needed later --- mas/dont-forget-string-header.patch | 38 +++++++++++++++++++++++++++++++++++ mobile-application-service_0.9.bb | 27 +++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 mas/dont-forget-string-header.patch create mode 100644 mobile-application-service_0.9.bb diff --git a/mas/dont-forget-string-header.patch b/mas/dont-forget-string-header.patch new file mode 100644 index 0000000..c99dd8e --- /dev/null +++ b/mas/dont-forget-string-header.patch @@ -0,0 +1,38 @@ +Index: sources/mobile-application-service-0.9/src/main.cpp +=================================================================== +--- mobile-application-service-0.9/src/main.cpp 2009-07-16 02:14:18.000000000 +0530 ++++ mobile-application-service-0.9/src/main.cpp 2009-07-16 02:14:40.000000000 +0530 +@@ -28,7 +28,7 @@ + #include //for all socket structures + #include + #include //for umask (making daemon in init) +- ++#include + #include "main.h" + #include "errno.h" + #include "ConnectionMgr.h" +Index: sources/mobile-application-service-0.9/src/ConnectionMgr.cpp +=================================================================== +--- mobile-application-service-0.9/src/ConnectionMgr.cpp 2009-07-16 02:16:35.000000000 +0530 ++++ mobile-application-service-0.9/src/ConnectionMgr.cpp 2009-07-16 02:16:59.000000000 +0530 +@@ -24,6 +24,7 @@ + #include "Exception.h" + #include + #include ++#include + #include //polling during read + #include + #include +Index: sources/mobile-application-service-0.9/src/ProcessMgr.cpp +=================================================================== +--- mobile-application-service-0.9/src/ProcessMgr.cpp 2009-07-16 02:17:14.000000000 +0530 ++++ mobile-application-service-0.9/src/ProcessMgr.cpp 2009-07-16 02:17:37.000000000 +0530 +@@ -21,7 +21,7 @@ + + #include "ProcessMgr.h" + #include "main.h" +- ++#include + #include + #include + #include diff --git a/mobile-application-service_0.9.bb b/mobile-application-service_0.9.bb new file mode 100644 index 0000000..1da4edb --- /dev/null +++ b/mobile-application-service_0.9.bb @@ -0,0 +1,27 @@ +# Copyright (C) 2009 Kirtika Ruchandani +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Backend to flash based hildon home applet" +HOMEPAGE = "unknown" +LICENSE = "GPLv2" +SECTION = "misc" +DEPENDS = "libxml2" +PR = "r6" + + +#FIXME: Get a proper SRC_URI for this +SRC_URI = " http://ftp.grokthis.net/mirrors/ubuntu/pool/universe/m/mobile-application-service/mobile-application-service_0.9-6.tar.gz \ + file://mas/dont-forget-string-header.patch;patch=1" + +inherit autotools pkgconfig + +do_stage(){ + autotools_stage_all +} + +PACKAGES= "${PN} ${PN}-doc" + +FILES_${PN} = "${sbindir} \ + ${libdir}/" + + -- 1.7.9.5