[oe-commits] org.oe.dev add py-odeviced, a python implementation of the Open Device Daemon (http://www.freesmartphone.org)

mickeyl commit oe at amethyst.openembedded.net
Wed Apr 9 00:19:54 UTC 2008


add py-odeviced, a python implementation of the Open Device Daemon (http://www.freesmartphone.org)

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: d506336ff98cc7331f3a17226b7b10cef8817694
ViewMTN: http://monotone.openembedded.org/revision/info/d506336ff98cc7331f3a17226b7b10cef8817694
Files:
1
packages/freesmartphone/py-odeviced_svn.bb
conf/distro/include/sane-srcrevs.inc
Diffs:

#
# mt diff -rfeea3227e23d70e02158cb7ee3b896e6e4d28fe3 -rd506336ff98cc7331f3a17226b7b10cef8817694
#
#
#
# add_file "packages/freesmartphone/py-odeviced_svn.bb"
#  content [357fa2e5ba56a15fff85342eda1fb75ebba36c44]
# 
# patch "conf/distro/include/sane-srcrevs.inc"
#  from [fa679c887c40501f1728c25ffd9222506ce6f366]
#    to [077bda507fb3d6f90f3109998534f4439fbf0588]
#
============================================================
--- packages/freesmartphone/py-odeviced_svn.bb	357fa2e5ba56a15fff85342eda1fb75ebba36c44
+++ packages/freesmartphone/py-odeviced_svn.bb	357fa2e5ba56a15fff85342eda1fb75ebba36c44
@@ -0,0 +1,22 @@
+DESCRIPTION = "The Open Device Daemon Prototype in Python"
+HOMEPAGE = "http://www.freesmartphone.org"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer at 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 \
+"
============================================================
--- conf/distro/include/sane-srcrevs.inc	fa679c887c40501f1728c25ffd9222506ce6f366
+++ conf/distro/include/sane-srcrevs.inc	077bda507fb3d6f90f3109998534f4439fbf0588
@@ -142,6 +142,7 @@ SRCREV_pn-psplash ?= "249"
 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"






More information about the Openembedded-commits mailing list