diff options
Diffstat (limited to 'meta-extras/packages/python/python-scons-native_0.97.bb')
| -rw-r--r-- | meta-extras/packages/python/python-scons-native_0.97.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-extras/packages/python/python-scons-native_0.97.bb b/meta-extras/packages/python/python-scons-native_0.97.bb new file mode 100644 index 0000000000..31bce5583d --- /dev/null +++ b/meta-extras/packages/python/python-scons-native_0.97.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | require python-scons_${PV}.bb | ||
| 2 | inherit native | ||
| 3 | DEPENDS = "python-native" | ||
| 4 | RDEPENDS = "" | ||
| 5 | |||
| 6 | do_stage() { | ||
| 7 | BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ | ||
| 8 | ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_LIBDIR}/.. --install-data=${STAGING_DATADIR} || \ | ||
| 9 | oefatal "python setup.py install execution failed." | ||
| 10 | } | ||
| 11 | |||
| 12 | do_install() { | ||
| 13 | : | ||
| 14 | } | ||
