diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-15 13:57:07 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-15 13:57:07 +0000 |
| commit | ae77523c7854990c6f78d2fbeab71401215f4a19 (patch) | |
| tree | 54ec3d258a5a30f5b53bf0b567a11ca51d7a5a79 /meta-extras/packages/python/python-scons-native_0.97.bb | |
| parent | 3cfbc3b20b524748ec7253d6dfdc0c5eb17836cc (diff) | |
| download | poky-ae77523c7854990c6f78d2fbeab71401215f4a19.tar.gz | |
python-scons: update to 0.97 from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3177 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 | } | ||
