diff options
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" |