summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-08-06 19:18:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-06 19:18:10 +0000
commit1c5f9e218c003dafb099587cc891e367c4f56490 (patch)
tree4f5d9f2d515612fb35ae42e322372feacfae15ee /packages/python
parent5f737cd2707a03139301761a0edbe28959db90fe (diff)
parent27092e7530dba3ff224473d1bffbc71de465cd84 (diff)
merge of a09349c6898e30d65e9c452702bf6dc94421c65a
and a94e401d7ca06d35832879717f90f426d36548fc
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-scons-native_0.96.90.bb12
1 files changed, 12 insertions, 0 deletions
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() {
+ :
+}