diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /bootsplash/bootsplash-native_3.0.7.bb | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'bootsplash/bootsplash-native_3.0.7.bb')
-rw-r--r-- | bootsplash/bootsplash-native_3.0.7.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/bootsplash/bootsplash-native_3.0.7.bb b/bootsplash/bootsplash-native_3.0.7.bb deleted file mode 100644 index ccc9377961..0000000000 --- a/bootsplash/bootsplash-native_3.0.7.bb +++ /dev/null @@ -1,17 +0,0 @@ -# bootsplash-native OE build file -# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see packages/COPYING) - -include bootsplash_${PV}.bb - -inherit native -S="${WORKDIR}/bootsplash-${PV}" - -do_compile() { - oe_runmake -C Utilities splash -} - -do_stage() { - install -d ${STAGING_BINDIR} - install -m 0755 Utilities/splash ${STAGING_BINDIR}/splash -} |