[oe-commits] Klaus Kurzmann : fsoraw: new recipe

git version control git at git.openembedded.org
Sat May 30 21:54:24 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: a78e1d00eaa91e0182d2a810a7daec8f917ea2b7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a78e1d00eaa91e0182d2a810a7daec8f917ea2b7

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sat May 30 23:51:20 2009 +0200

fsoraw: new recipe

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/freesmartphone/fsoraw_svn.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/freesmartphone/fsoraw_svn.bb b/recipes/freesmartphone/fsoraw_svn.bb
new file mode 100644
index 0000000..3dd41d1
--- /dev/null
+++ b/recipes/freesmartphone/fsoraw_svn.bb
@@ -0,0 +1,15 @@
+SECTION = "fso/base"
+PRIORITY = "optional"
+HOMEPAGE = "http://noko.sourceforge.net"
+LICENSE = "GPL"
+DEPENDS = "dbus"
+
+PV = "0.0.1"
+PR = "r0"
+SRC_URI = "svn://noko.svn.sourceforge.net/svnroot/noko/trunk;module=fsoraw;proto=https"
+
+S = "${WORKDIR}/fsoraw/"
+
+inherit autotools
+
+





More information about the Openembedded-commits mailing list