summaryrefslogtreecommitdiffstats
path: root/recipes/psplash
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/psplash')
-rw-r--r--recipes/psplash/psplash-angstrom_svn.bb4
-rw-r--r--recipes/psplash/psplash-omap3pandora_svn.bb2
-rw-r--r--recipes/psplash/psplash-openmoko_svn.bb4
-rw-r--r--recipes/psplash/psplash_svn.bb6
4 files changed, 8 insertions, 8 deletions
diff --git a/recipes/psplash/psplash-angstrom_svn.bb b/recipes/psplash/psplash-angstrom_svn.bb
index c610d87994..2f1a0a4aa5 100644
--- a/recipes/psplash/psplash-angstrom_svn.bb
+++ b/recipes/psplash/psplash-angstrom_svn.bb
@@ -10,8 +10,8 @@ ALTERNATIVE_PRIORITY = "20"
# 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://psplash-18bpp.patch;patch=1 \
- file://logo-math.patch;patch=1 \
+ file://psplash-18bpp.patch;apply=yes \
+ file://logo-math.patch;apply=yes \
file://psplash-poky-img.h \
file://psplash-bar-img.h \
file://psplash-default \
diff --git a/recipes/psplash/psplash-omap3pandora_svn.bb b/recipes/psplash/psplash-omap3pandora_svn.bb
index 2e531ee437..805be19153 100644
--- a/recipes/psplash/psplash-omap3pandora_svn.bb
+++ b/recipes/psplash/psplash-omap3pandora_svn.bb
@@ -11,7 +11,7 @@ ALTERNATIVE_PRIORITY_omap3pandora = "5"
# 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;patch=1 \
+ file://logo-math.patch;apply=yes \
file://psplash-poky-img.h \
file://psplash-bar-img.h \
file://psplash-default \
diff --git a/recipes/psplash/psplash-openmoko_svn.bb b/recipes/psplash/psplash-openmoko_svn.bb
index bd04a02ccb..9d6b973dd3 100644
--- a/recipes/psplash/psplash-openmoko_svn.bb
+++ b/recipes/psplash/psplash-openmoko_svn.bb
@@ -10,11 +10,11 @@ ALTERNATIVE_PRIORITY = "30"
# 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;patch=1 \
+ file://logo-math.patch;apply=yes \
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;patch=1 "
+SRC_URI_append_openmoko = " file://configurability.patch;apply=yes "
diff --git a/recipes/psplash/psplash_svn.bb b/recipes/psplash/psplash_svn.bb
index c214e530ce..fc7174eea6 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;patch=1 "
-SRC_URI_append_openmoko = " file://configurability.patch;patch=1 "
-SRC_URI_append_boc01 = " file://psplash_grayscale.patch;patch=1 "
+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 "