From 25fb703588f7f1250086fd247d0d551bec9cb447 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 5 Aug 2005 22:47:17 +0000 Subject: add build class for the 'scons' build system (http://www.scons.org) add python-scons-native --- packages/python/python-scons-native_0.96.90.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/python/python-scons-native_0.96.90.bb (limited to 'packages/python') diff --git a/packages/python/python-scons-native_0.96.90.bb b/packages/python/python-scons-native_0.96.90.bb new file mode 100644 index 0000000000..bc6fc7992d --- /dev/null +++ b/packages/python/python-scons-native_0.96.90.bb @@ -0,0 +1,12 @@ +include python-scons_${PV}.bb +inherit native + +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() { + : +} -- cgit v1.2.3