add py-odeviced, a python implementation of the Open Device Daemon (http://www.freesm...
authorMichael Lauer <mickey@vanille-media.de>
Wed, 9 Apr 2008 00:16:51 +0000 (00:16 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 9 Apr 2008 00:16:51 +0000 (00:16 +0000)
conf/distro/include/sane-srcrevs.inc
packages/freesmartphone/py-odeviced_svn.bb [new file with mode: 0644]

index d798b23..0e5aa1c 100644 (file)
@@ -142,6 +142,7 @@ SRCREV_pn-opkg-native ?= "4235"
 SRCREV_pn-opkg-sdk ?= "4235"
 SRCREV_pn-oprofileui ?= "160"
 SRCREV_pn-psplash ?= "249"
+SRCREV_pn-py-odeviced = "161"
 SRCREV_pn-pylgrim ?= "20"
 SRCREV_pn-pyneod ?= "88"
 SRCREV_pn-pyneog ?= "88"
diff --git a/packages/freesmartphone/py-odeviced_svn.bb b/packages/freesmartphone/py-odeviced_svn.bb
new file mode 100644 (file)
index 0000000..cc4f18c
--- /dev/null
@@ -0,0 +1,22 @@
+DESCRIPTION = "The Open Device Daemon Prototype in Python"
+HOMEPAGE = "http://www.freesmartphone.org"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
+SECTION = "console/network"
+DEPENDS = "python"
+LICENSE = "GPLv2"
+PV = "0.0+svnr${SRCREV}"
+PR = "r0"
+
+inherit distutils
+
+#inherit update-rc.d
+#INITSCRIPT_NAME = "py-odeviced"
+#INITSCRIPT_PARAMS = "defaults 20"
+
+SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=py-odeviced"
+S = "${WORKDIR}/py-odeviced"
+
+RDEPENDS_${PN} += "\
+  python-dbus \
+  python-pygobject \
+"