[oe-commits] Michael 'Mickey' Lauer : taks-fso-compliance: add

GIT User account git at amethyst.openembedded.net
Sat Oct 18 11:24:21 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0592d2c50f7b37411869bfad4d67e42f0186c3db
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0592d2c50f7b37411869bfad4d67e42f0186c3db

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Oct 17 16:57:28 2008 +0200

taks-fso-compliance: add

---

 packages/tasks/task-fso-compliance.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/packages/tasks/task-fso-compliance.bb b/packages/tasks/task-fso-compliance.bb
new file mode 100644
index 0000000..c331d7a
--- /dev/null
+++ b/packages/tasks/task-fso-compliance.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "The freesmartphone.org framework -- install this task to make your distribution FSO-compliant."
+SECTION = "fso/base"
+LICENSE = "MIT"
+PV = "1.0"
+FILE_PR = "r0"
+
+inherit task
+
+RDEPENDS_${PN} = "\
+  frameworkd \
+  fso-gpsd \
+"
+
+RRECOMMENDS_${PN} = "\
+  gsm0710muxd \
+"





More information about the Openembedded-commits mailing list