diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/psplash | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no.
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 2f1a0a4aa5..2667cc456d 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;apply=yes \ - file://logo-math.patch;apply=yes \ + file://psplash-18bpp.patch \ + file://logo-math.patch \ 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 805be19153..120679b562 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;apply=yes \ + file://logo-math.patch \ 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 9d6b973dd3..9c675b4e80 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;apply=yes \ + file://logo-math.patch \ 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;apply=yes " +SRC_URI_append_openmoko = " file://configurability.patch " 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 " |