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() { : }
summaryrefslogtreecommitdiff
path: root/packages/gnet
AgeCommit message (Expand)AuthorFiles
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-12-22gnet cvs: stage allKoen Kooi1
2006-11-22gnet: add cvs version that builds w/ modern compilers. remove outdated 2.0.7 ...Michael Lauer4