python: Promote from meta-extras to meta

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5092 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-08-25 20:33:55 +00:00
parent 07eeb6a8b6
commit 16e6877c4c
38 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
require python-scons_${PV}.bb
inherit native
DEPENDS = "python-native"
RDEPENDS = ""
do_stage() {
STAGING_LIBDIR=${STAGING_LIBDIR} \
STAGING_INCDIR=${STAGING_INCDIR} \
BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_LIBDIR}/.. --install-data=${STAGING_DATADIR} || \
oefatal "python setup.py install execution failed."
}
do_install() {
:
}