diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-10-19 10:02:21 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-10-19 22:32:20 +0200 |
commit | 1ea912e301eb4777abc48fd52b2ceb50d35355d1 (patch) | |
tree | ba81a139704bd53c2cfb8a17d5d3aa63aca85885 /recipes/psplash | |
parent | 58c6b39473ffde9be35b7445253febfa9d5ca1fc (diff) | |
download | openembedded-1ea912e301eb4777abc48fd52b2ceb50d35355d1.tar.gz |
openmoko: move initscripts, psplash, alsa-scenarios also to obsolete
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/psplash')
-rw-r--r-- | recipes/psplash/psplash-openmoko_svn.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes/psplash/psplash-openmoko_svn.bb b/recipes/psplash/psplash-openmoko_svn.bb deleted file mode 100644 index 9c675b4e80..0000000000 --- a/recipes/psplash/psplash-openmoko_svn.bb +++ /dev/null @@ -1,20 +0,0 @@ -require psplash.inc -require psplash-ua.inc - -ALTERNATIVE_PRIORITY = "30" - -# You can create your own pslash-poky-img.h by doing -# ./make-image-header.sh <file>.png POKY -# and rename the resulting .h to pslash-poky-img.h (for the logo) -# respectively psplash-bar-img.h (BAR) for the bar. -# You might also want to patch the colors (see patch) - -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ - file://logo-math.patch \ - file://psplash-poky-img.h \ - file://psplash-bar-img.h \ - file://psplash-default \ - file://psplash-init" -S = "${WORKDIR}/psplash" - -SRC_URI_append_openmoko = " file://configurability.patch " |