add python-fso-pyproto, python prototypes from freesmartphone.org
authorMichael Lauer <mickey@vanille-media.de>
Sun, 20 Jan 2008 12:54:36 +0000 (12:54 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 20 Jan 2008 12:54:36 +0000 (12:54 +0000)
conf/distro/include/sane-srcrevs.inc
packages/freesmartphone/python-fso-pyproto_svn.bb [new file with mode: 0644]

index cdcf35d..289698b 100644 (file)
@@ -120,6 +120,7 @@ SRCREV_pn-openocd-native ?= "206"
 SRCREV_pn-oprofileui ?= "160"
 SRCREV_pn-psplash ?= "249"
 SRCREV_pn-python-formencode = "3148"
+SRCREV_pn-python-fso-pyproto = "49"
 SRCREV_pn-python-gsmd = "127"
 SRCREV_pn-settings-daemon ?= "1755"
 SRCREV_pn-sjf2410-linux-native ?= "933"
diff --git a/packages/freesmartphone/python-fso-pyproto_svn.bb b/packages/freesmartphone/python-fso-pyproto_svn.bb
new file mode 100644 (file)
index 0000000..9d4503d
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "FreeSmartPhone.org Python Prototypes"
+AUTHOR = "M. Dietrich"
+SECTION = "console/network"
+RDEPENDS = "python-serial python-lang"
+LICENSE = "GPL"
+PV = "0.0+svnr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=py-proto"
+S = "${WORKDIR}/py-proto"
+
+inherit distutils
+