diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 08:01:11 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 08:01:11 +0000 |
commit | 93e05f24e5829efd41e6b332c47ceba33980aadd (patch) | |
tree | c18860d4c026eaf7a85df25fc3eac6f18ef95488 /packages/python/python-scons-native_0.96.90.bb | |
parent | 0f06c6a349b19ee158010ae3e209f7b6eade369f (diff) |
python-scons[-native]: udpate to 0.97
Diffstat (limited to 'packages/python/python-scons-native_0.96.90.bb')
-rw-r--r-- | packages/python/python-scons-native_0.96.90.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/python/python-scons-native_0.96.90.bb b/packages/python/python-scons-native_0.96.90.bb deleted file mode 100644 index 31bce5583d..0000000000 --- a/packages/python/python-scons-native_0.96.90.bb +++ /dev/null @@ -1,14 +0,0 @@ -require python-scons_${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_LIBDIR}/.. --install-data=${STAGING_DATADIR} || \ - oefatal "python setup.py install execution failed." -} - -do_install() { - : -} |