summaryrefslogtreecommitdiff
path: root/python/python-pyxml_0.8.3.oe
blob: 8677accb617265d49e352faf43019fe89c4e62c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "A sophisticated XML Processing Package for Python"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-xml python-netclient"
SRCNAME = "pyxml"

SRC_URI = "${SOURCEFORGE_MIRROR}/pyxml/PyXML-${PV}.tar.gz"
S = "${WORKDIR}/PyXML-${PV}"

inherit distutils

Raj1 2012-01-24core-image-foo: add description to each image bb fileShane Wang1 2011-09-14core-image-minimal: Add missing POKY_EXTRA_IMAGE variableRichard Purdie1 2011-05-25IMAGE_ROOTFS_SIZE CleanupSaul Wold1 2011-04-20Rename poky-image.bbclass to core-image.bbclassRichard Purdie1 2011-04-20Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie1