[oe-commits] Michael 'Mickey' Lauer : task-fso2-compliance: new recipe; install this task for FSO 2.0 compliance

git version control git at git.openembedded.org
Sun Jun 7 12:56:39 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 189e676ffa6132460d3db972e5d6edee08da7b58
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=189e676ffa6132460d3db972e5d6edee08da7b58

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Jun  7 12:56:19 2009 +0000

task-fso2-compliance: new recipe; install this task for FSO 2.0 compliance

---

 recipes/tasks/task-fso2-compliance.bb |   45 +++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/recipes/tasks/task-fso2-compliance.bb b/recipes/tasks/task-fso2-compliance.bb
new file mode 100644
index 0000000..42ac3ab
--- /dev/null
+++ b/recipes/tasks/task-fso2-compliance.bb
@@ -0,0 +1,45 @@
+DESCRIPTION = "The freesmartphone.org Framework 2.0. \
+Install this task to make your distribution FSO 2.0-compliant."
+SECTION = "fso/base"
+LICENSE = "MIT"
+PV = "1.9.0"
+PR = "r0"
+
+inherit task
+
+RDEPENDS_${PN} = "\
+  dbus-hlid \
+  libfsoframework \
+  libfsotransport \
+  \
+  fsodeviced \
+  fsonetworkd \
+  fsousaged \
+  \
+  fso-apmd \
+  fso-gpsd \
+  fso-monitord \
+  connman \
+  connman-scripts \
+  connman-plugin-bluetooth \
+#  connman-plugin-dhclient \
+#  connman-plugin-dnsproxy \
+#  connman-plugin-ethernet \
+#  connman-plugin-fake \
+  connman-plugin-loopback \
+  connman-plugin-pppd \
+#  connman-plugin-resolvconf \
+  connman-plugin-udhcp \
+  connman-plugin-wifi \
+  connman-test-utils \
+"
+
+RRECOMMENDS_${PN} = "\
+  fso-abyss \
+  wmiconfig \
+  \
+  tzdata \
+  tzdata-americas \
+  tzdata-asia \
+  tzdata-europe \
+"





More information about the Openembedded-commits mailing list