diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-04 20:46:22 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-04 20:46:22 +0000 |
commit | cfdf930c72da72af054ccb53e29f63e1174d3679 (patch) | |
tree | c751733f7f47bb2139dc1be150828e02a46bdbdc /packages/psplash/psplash_svn.bb | |
parent | baf66ec7caf1661369033966002e042c6259e3d2 (diff) |
psplash: use openmoko override instead of fic-gta01
Diffstat (limited to 'packages/psplash/psplash_svn.bb')
-rw-r--r-- | packages/psplash/psplash_svn.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/psplash/psplash_svn.bb b/packages/psplash/psplash_svn.bb index fb7627f631..6c0f2028dc 100644 --- a/packages/psplash/psplash_svn.bb +++ b/packages/psplash/psplash_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Userspace framebuffer boot logo based on usplash." SECTION = "base" LICENSE = "GPL" PV = "0.0+svn${SRCDATE}" -PR = "r6" +PR = "r7" # You can create your own pslash-hand-img.h by doing # ./make-image-header.sh <file>.png HAND @@ -13,11 +13,10 @@ PR = "r6" SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ file://psplash-hand-img.h \ file://psplash-bar-img.h \ - file://psplash-init " + file://psplash-init" S = "${WORKDIR}/psplash" -# for now only GTA01, later use openmoko distro override -SRC_URI_append_fic-gta01 = "file://configurability.patch;patch=1 " +SRC_URI_append_openmoko = " file://configurability.patch;patch=1 " inherit autotools pkgconfig update-rc.d |