diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/psplash | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) | |
download | openembedded-bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0.tar.gz |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/psplash')
-rw-r--r-- | recipes/psplash/psplash-angstrom_svn.bb | 4 | ||||
-rw-r--r-- | recipes/psplash/psplash-omap3pandora_svn.bb | 2 | ||||
-rw-r--r-- | recipes/psplash/psplash-openmoko_svn.bb | 4 | ||||
-rw-r--r-- | recipes/psplash/psplash_svn.bb | 6 |
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 " |