python-scons: added 0.96.1 needed to build SVN versions of opensync

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1874 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-06-07 06:45:48 +00:00
parent 72c007755e
commit 16047636dc
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,14 @@
require python-scons_${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_LIBDIR}/.. --install-data=${STAGING_DATADIR} || \
oefatal "python setup.py install execution failed."
}
do_install() {
:
}

View File

@ -0,0 +1,10 @@
DESCRIPTION = "A Software Construction Tool"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
SRCNAME = "scons"
SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils