diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-25 20:44:13 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-25 20:44:13 +0000 |
commit | 2b67142f3b510acd2aa6837738756384773490fa (patch) | |
tree | 0b5da4e815b319583e705270ef101413df225a8e /meta/packages/python/python-urlgrabber-native_3.1.0.bb | |
parent | bb6a165c582f0ce73f67a7262fa58007e21779df (diff) | |
download | poky-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-urlgrabber-native_3.1.0.bb')
-rw-r--r-- | meta/packages/python/python-urlgrabber-native_3.1.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/packages/python/python-urlgrabber-native_3.1.0.bb b/meta/packages/python/python-urlgrabber-native_3.1.0.bb new file mode 100644 index 0000000000..01aebee980 --- /dev/null +++ b/meta/packages/python/python-urlgrabber-native_3.1.0.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require python-urlgrabber_${PV}.bb | ||
2 | inherit native | ||
3 | DEPENDS = "python-native" | ||
4 | RDEPENDS = "" | ||
5 | |||
6 | do_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 | } | ||