From: Michael Lauer Date: Sun, 20 Jan 2008 12:54:36 +0000 (+0000) Subject: add python-fso-pyproto, python prototypes from freesmartphone.org X-Git-Tag: Release-2010-05/1~7867 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4943d9fdcb50cd7c105e0bdabee072c482b682d;p=openembedded.git add python-fso-pyproto, python prototypes from freesmartphone.org --- diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index cdcf35d928..289698bbaf 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -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 index 0000000000..9d4503d351 --- /dev/null +++ b/packages/freesmartphone/python-fso-pyproto_svn.bb @@ -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 +