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/gimp | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
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/gimp')
-rw-r--r-- | recipes/gimp/gegl_svn.bb | 2 | ||||
-rw-r--r-- | recipes/gimp/gimp.inc | 2 | ||||
-rw-r--r-- | recipes/gimp/gimp_2.4.0.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gimp/gegl_svn.bb b/recipes/gimp/gegl_svn.bb index 9562ffb456..cfc062cfb2 100644 --- a/recipes/gimp/gegl_svn.bb +++ b/recipes/gimp/gegl_svn.bb @@ -10,7 +10,7 @@ PR = "r1" inherit gnome SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk \ - file://gegl-resilience.patch;patch=1" + file://gegl-resilience.patch;apply=yes" S = "${WORKDIR}/trunk" diff --git a/recipes/gimp/gimp.inc b/recipes/gimp/gimp.inc index 2894582a8e..96b6a280e5 100644 --- a/recipes/gimp/gimp.inc +++ b/recipes/gimp/gimp.inc @@ -6,7 +6,7 @@ LICENSE = "GPL" DEPENDS = "sed-native gdk-pixbuf-csource-native libart-lgpl gtk+ jpeg libpng libexif tiff" SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2 \ - file://configure-libwmf.patch;patch=1" + file://configure-libwmf.patch;apply=yes" inherit gnome diff --git a/recipes/gimp/gimp_2.4.0.bb b/recipes/gimp/gimp_2.4.0.bb index cf7c441967..1acd354824 100644 --- a/recipes/gimp/gimp_2.4.0.bb +++ b/recipes/gimp/gimp_2.4.0.bb @@ -1,7 +1,7 @@ require gimp.inc SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.4/gimp-${PV}.tar.bz2 \ - file://configure-libwmf.patch;patch=1" + file://configure-libwmf.patch;apply=yes" SRC_URI[md5sum] = "35fecf14cd5237065aef624b93030d5e" |