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
This commit is contained in:
Richard Purdie
2008-08-25 20:44:13 +00:00
parent bb6a165c58
commit 2b67142f3b
6 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
require python-iniparse_${PV}.bb
inherit native
DEPENDS = "python-native"
RDEPENDS = ""
do_stage() {
BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR}
}