From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/psplash/psplash-angstrom_svn.bb | 4 ++-- recipes/psplash/psplash-omap3pandora_svn.bb | 2 +- recipes/psplash/psplash-openmoko_svn.bb | 4 ++-- recipes/psplash/psplash_svn.bb | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'recipes/psplash') 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 " -- cgit 1.2.3-korg