diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-30 21:35:20 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-30 22:16:10 +0100 |
| commit | c09cae578e5568c0ac975124db31f9cac05d50e9 (patch) | |
| tree | 1183a51498c1d2c7874ea0d3741c4f70dbfc66ef /meta-extras/packages/python/python-iniparse_0.3.2.bb | |
| parent | a51df11c1596746c85b015562ed67f37382b88b5 (diff) | |
| download | poky-c09cae578e5568c0ac975124db31f9cac05d50e9.tar.gz | |
Move prism-firmware, spectrum-fw, python-urlgrabber, python-iniparse and yum-metadata to meta-extras
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-extras/packages/python/python-iniparse_0.3.2.bb')
| -rw-r--r-- | meta-extras/packages/python/python-iniparse_0.3.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-extras/packages/python/python-iniparse_0.3.2.bb b/meta-extras/packages/python/python-iniparse_0.3.2.bb new file mode 100644 index 0000000000..27a38f4249 --- /dev/null +++ b/meta-extras/packages/python/python-iniparse_0.3.2.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "iniparse is a INI parser for Python" | ||
| 2 | HOMEPAGE = "http://code.google.com/p/iniparse/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | PRIORITY = "optional" | ||
| 5 | LICENSE = "GPL" | ||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | SRC_URI = "http://iniparse.googlecode.com/files/iniparse-${PV}.tar.gz" | ||
| 9 | S = "${WORKDIR}/iniparse-${PV}" | ||
| 10 | |||
| 11 | inherit distutils | ||
