summaryrefslogtreecommitdiff
path: root/packages/python/python-pyserial_2.2.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-06-20 22:38:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-20 22:38:20 +0000
commit74703c393c14c2e7d357942fa2739fb703a91465 (patch)
tree003ecd4cb2b628f25c3aad87150fe9d1993c0109 /packages/python/python-pyserial_2.2.bb
parent6a329bdfcc1989bc3c4e78683a67fd3198cb4bea (diff)
parent1c8c33e7a583869535d2d2bca88a3d00ce5dcdfb (diff)
merge of 2ba8efd35a14c2dca849205133efdd2ecd83c907
and d43467c2202cf4bba65631e9cb48b580772f7fc1
Diffstat (limited to 'packages/python/python-pyserial_2.2.bb')
-rw-r--r--packages/python/python-pyserial_2.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/python/python-pyserial_2.2.bb b/packages/python/python-pyserial_2.2.bb
new file mode 100644
index 0000000000..024f839351
--- /dev/null
+++ b/packages/python/python-pyserial_2.2.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Serial Port Support for Python"
+SECTION = "devel/python"
+PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "PSF"
+SRCNAME = "pyserial"
+RDEPENDS = "python-fcntl python-io"
+
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.zip"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+