diff options
Diffstat (limited to 'recipes/psplash/psplash_svn.bb')
-rw-r--r-- | recipes/psplash/psplash_svn.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/psplash/psplash_svn.bb b/recipes/psplash/psplash_svn.bb index fc7174eea6..c47ff11b95 100644 --- a/recipes/psplash/psplash_svn.bb +++ b/recipes/psplash/psplash_svn.bb @@ -12,7 +12,7 @@ SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ S = "${WORKDIR}/psplash" # This really should be default, but due yo openmoko hack below, can't be easily -SRC_URI_append_angstrom = " file://logo-math.patch;apply=yes " -SRC_URI_append_openmoko = " file://configurability.patch;apply=yes " -SRC_URI_append_boc01 = " file://psplash_grayscale.patch;apply=yes " +SRC_URI_append_angstrom = " file://logo-math.patch " +SRC_URI_append_openmoko = " file://configurability.patch " +SRC_URI_append_boc01 = " file://psplash_grayscale.patch " |