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/gtk+/gtk+_2.6.10.bb | |
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/gtk+/gtk+_2.6.10.bb')
-rw-r--r-- | recipes/gtk+/gtk+_2.6.10.bb | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/recipes/gtk+/gtk+_2.6.10.bb b/recipes/gtk+/gtk+_2.6.10.bb index f42be9c51e..359705bdc6 100644 --- a/recipes/gtk+/gtk+_2.6.10.bb +++ b/recipes/gtk+/gtk+_2.6.10.bb @@ -8,33 +8,33 @@ DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc libgcrypt" PR = "r11" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \ - file://help.patch;patch=1 \ - file://no-demos.patch;patch=1 \ - file://no-xwc.patch;patch=1 \ - file://automake-lossage.patch;patch=1 \ - file://gtk+-handhelds.patch;patch=1 \ - file://spinbutton.patch;patch=1 \ - file://hardcoded_libtool.patch;patch=1 \ - file://disable-tooltips.patch;patch=1 \ - file://gtklabel-resize-patch;patch=1 \ - file://menu-deactivate.patch;patch=1 \ - file://xsettings.patch;patch=1 \ - file://scroll-timings.patch;patch=1 \ - file://small-gtkfilesel.patch;patch=1 \ - file://migration.patch;patch=1;pnum=0 \ - file://single-click.patch;patch=1 \ - file://menu-styling.patch;patch=1 \ - file://compile-against-newer-glib.patch;patch=1 \ - file://gtk.keynav.gtkcombobox.patch;patch=1;pnum=0 \ - file://gtk.keynav.gtkentry.patch;patch=1;pnum=0 \ - file://gtk.keynav.gtkiconview.patch;patch=1;pnum=0 \ - file://gtk.keynav.gtkradiobutton.patch;patch=1;pnum=0 \ - file://gtk.keynav.gtksettings.patch;patch=1;pnum=0 \ - file://gtk.keynav.gtktextview.patch;patch=1;pnum=0 \ - file://gtk.keynav.gtktreeview.patch;patch=1;pnum=0 \ - file://gtk.keynav.gtkwidget.patch;patch=1;pnum=0 \ - file://gtk+-2.6.10-bg.patch;patch=1 \ - file://filesel-fix-segfault.patch;patch=1 \ + file://help.patch;apply=yes \ + file://no-demos.patch;apply=yes \ + file://no-xwc.patch;apply=yes \ + file://automake-lossage.patch;apply=yes \ + file://gtk+-handhelds.patch;apply=yes \ + file://spinbutton.patch;apply=yes \ + file://hardcoded_libtool.patch;apply=yes \ + file://disable-tooltips.patch;apply=yes \ + file://gtklabel-resize-patch;apply=yes \ + file://menu-deactivate.patch;apply=yes \ + file://xsettings.patch;apply=yes \ + file://scroll-timings.patch;apply=yes \ + file://small-gtkfilesel.patch;apply=yes \ + file://migration.patch;apply=yes;striplevel=0 \ + file://single-click.patch;apply=yes \ + file://menu-styling.patch;apply=yes \ + file://compile-against-newer-glib.patch;apply=yes \ + file://gtk.keynav.gtkcombobox.patch;apply=yes;striplevel=0 \ + file://gtk.keynav.gtkentry.patch;apply=yes;striplevel=0 \ + file://gtk.keynav.gtkiconview.patch;apply=yes;striplevel=0 \ + file://gtk.keynav.gtkradiobutton.patch;apply=yes;striplevel=0 \ + file://gtk.keynav.gtksettings.patch;apply=yes;striplevel=0 \ + file://gtk.keynav.gtktextview.patch;apply=yes;striplevel=0 \ + file://gtk.keynav.gtktreeview.patch;apply=yes;striplevel=0 \ + file://gtk.keynav.gtkwidget.patch;apply=yes;striplevel=0 \ + file://gtk+-2.6.10-bg.patch;apply=yes \ + file://filesel-fix-segfault.patch;apply=yes \ " inherit autotools pkgconfig |