diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2007-12-07 10:00:18 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2007-12-07 10:00:18 +0000 |
commit | 8beb70740dbd64d2138df8a07aafc24719cb50a6 (patch) | |
tree | b9afae298a6bcb79696984da4422d5ef939a4031 /packages/python/python-cython-native_0.9.6.9.bb | |
parent | d2bbf4ace892d7f32933ca26f1f2b320fc0bcb99 (diff) | |
parent | e25bfd9221d17ae8fe0efdc96ed9cd74de0e4a4d (diff) |
merge of '576d7c6e5dbff47f56003806561fdc43a07c6f50'
and 'f564197dcff7dea800a0dcabf27c4809e2521c8c'
Diffstat (limited to 'packages/python/python-cython-native_0.9.6.9.bb')
-rw-r--r-- | packages/python/python-cython-native_0.9.6.9.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/python/python-cython-native_0.9.6.9.bb b/packages/python/python-cython-native_0.9.6.9.bb new file mode 100644 index 0000000000..cb7743e1bf --- /dev/null +++ b/packages/python/python-cython-native_0.9.6.9.bb @@ -0,0 +1,9 @@ +require python-cython_${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_BINDIR}/.. --install-data=${STAGING_DATADIR} +} |