First pass of .oe cleanups.
[openembedded.git] / python / python-pyserial_2.0.oe
1 DESCRIPTION = "Serial Port Support for Python"
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 RDEPENDS = "libc6 python-core"
6 DEPENDS = "virtual/libc"
7 SRCNAME = "pyserial"
8
9 SRC_URI = http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit distutils
13