add python-pyrtc, support for the real time clock from python
authorMichael Lauer <mickey@vanille-media.de>
Tue, 8 Apr 2008 11:43:41 +0000 (11:43 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 8 Apr 2008 11:43:41 +0000 (11:43 +0000)
conf/distro/include/sane-srcrevs.inc
packages/python/python-pyrtc_svn.bb [new file with mode: 0644]

index 9f478f7..d798b23 100644 (file)
@@ -146,8 +146,9 @@ SRCREV_pn-pylgrim ?= "20"
 SRCREV_pn-pyneod ?= "88"
 SRCREV_pn-pyneog ?= "88"
 SRCREV_pn-python-formencode = "3148"
-SRCREV_pn-python-gsmd = "127"
+SRCREV_pn-python-gsmd = "148"
 SRCREV_pn-python-lightmediascanner = "68"
+SRCREV_pn-python-pyrtc = "152"
 SRCREV_pn-s3c24xx-gpio ?= "4130"
 SRCREV_pn-settings-daemon ?= "1755"
 SRCREV_pn-sjf2410-linux-native ?= "933"
diff --git a/packages/python/python-pyrtc_svn.bb b/packages/python/python-pyrtc_svn.bb
new file mode 100644 (file)
index 0000000..60277a0
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "PyRTC is a python extension module that supports talking to the \
+RTC (Real Time Clock) found in most PCs and SOCs"
+SECTION = "devel/python"
+HOMEPAGE = "http://www.freesmartphone.org"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
+LICENSE = "GPLv2"
+SRCNAME = "pyrtc"
+DEPENDS = "python-cython-native"
+PV = "1.0.0+svnr${SRCREV}"
+PR = "ml0"
+
+SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=${SRCNAME}"
+S = "${WORKDIR}/${SRCNAME}"
+
+inherit distutils
+