summaryrefslogtreecommitdiffstats
path: root/meta/packages/python/python-iniparse-native_0.2.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-08-25 20:44:13 +0000
committerRichard Purdie <richard@openedhand.com>2008-08-25 20:44:13 +0000
commit2b67142f3b510acd2aa6837738756384773490fa (patch)
tree0b5da4e815b319583e705270ef101413df225a8e /meta/packages/python/python-iniparse-native_0.2.3.bb
parentbb6a165c582f0ce73f67a7262fa58007e21779df (diff)
downloadpoky-2b67142f3b510acd2aa6837738756384773490fa.tar.gz
Add python-urlgrabber, python-iniparser, yum-metadata-parser and native varients
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5097 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/python/python-iniparse-native_0.2.3.bb')
-rw-r--r--meta/packages/python/python-iniparse-native_0.2.3.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/packages/python/python-iniparse-native_0.2.3.bb b/meta/packages/python/python-iniparse-native_0.2.3.bb
new file mode 100644
index 0000000000..ab799db82b
--- /dev/null
+++ b/meta/packages/python/python-iniparse-native_0.2.3.bb
@@ -0,0 +1,9 @@
1require python-iniparse_${PV}.bb
2inherit native
3DEPENDS = "python-native"
4RDEPENDS = ""
5
6do_stage() {
7 BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
8 ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR}
9}