diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-25 20:33:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-25 20:33:55 +0000 |
commit | 16e6877c4ce53fd3be88dd77263a03e7d88c3163 (patch) | |
tree | 831004ca391e04c8deaace28b15cb602c0848c77 /meta-extras/packages/python/python-scons-native_0.97.bb | |
parent | 07eeb6a8b6d671db7566f839ab22a26b6f118077 (diff) | |
download | poky-16e6877c4ce53fd3be88dd77263a03e7d88c3163.tar.gz |
python: Promote from meta-extras to meta
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5092 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 | 16 |
1 files changed, 0 insertions, 16 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 deleted file mode 100644 index 45eeee117a..0000000000 --- a/meta-extras/packages/python/python-scons-native_0.97.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | require python-scons_${PV}.bb | ||
2 | inherit native | ||
3 | DEPENDS = "python-native" | ||
4 | RDEPENDS = "" | ||
5 | |||
6 | do_stage() { | ||
7 | STAGING_LIBDIR=${STAGING_LIBDIR} \ | ||
8 | STAGING_INCDIR=${STAGING_INCDIR} \ | ||
9 | BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ | ||
10 | ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_LIBDIR}/.. --install-data=${STAGING_DATADIR} || \ | ||
11 | oefatal "python setup.py install execution failed." | ||
12 | } | ||
13 | |||
14 | do_install() { | ||
15 | : | ||
16 | } | ||