[oe-commits] org.oe.dev psplash: use openmoko override instead of fic-gta01

mickeyl commit openembedded-commits at lists.openembedded.org
Sat Aug 4 21:09:13 UTC 2007


psplash: use openmoko override instead of fic-gta01

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: dace6576f510b1f3af99d9580e3f0d3d18a773b1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=dace6576f510b1f3af99d9580e3f0d3d18a773b1
Files:
1
packages/psplash/psplash_svn.bb
Diffs:

#
# mt diff -r11c715e95589604ac68b405171b45bbbbcab517a -rdace6576f510b1f3af99d9580e3f0d3d18a773b1
#
# 
# 
# patch "packages/psplash/psplash_svn.bb"
#  from [d807d122456dffb57ecb7b98eb6938b27656be98]
#    to [f1826cfd4a06731d53778cf72dab8dbdb9cf57fd]
# 
============================================================
--- packages/psplash/psplash_svn.bb	d807d122456dffb57ecb7b98eb6938b27656be98
+++ packages/psplash/psplash_svn.bb	f1826cfd4a06731d53778cf72dab8dbdb9cf57fd
@@ -1,8 +1,8 @@ PV = "0.0+svn${SRCDATE}"
 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 @@ SRC_URI = "svn://svn.o-hand.com/repos/mi
 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
 






More information about the Openembedded-commits mailing list