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/nonworking/gtk+ | |
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/nonworking/gtk+')
-rw-r--r-- | recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb b/recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb index 0ea6168028..ecaf7fb546 100644 --- a/recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb +++ b/recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb @@ -25,23 +25,23 @@ RRECOMMENDS_${PN}_linux-gnueabi = " " FILESPATH = "${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \ - file://no-xwc.patch;patch=1 \ - file://automake-lossage.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://run-iconcache.patch;patch=1 \ - file://hardcoded_libtool.patch;patch=1 \ - file://no-demos.patch;patch=1 \ - file://single-click.patch;patch=1 \ - file://spinbutton.patch;patch=1 \ - file://gtk+-handhelds.patch;patch=1 \ - file://directfb-pixbuf-deprecated-fix.patch;patch=1 \ -# file://gtk-doc.patch;patch=1 \ + file://no-xwc.patch;apply=yes \ + file://automake-lossage.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://run-iconcache.patch;apply=yes \ + file://hardcoded_libtool.patch;apply=yes \ + file://no-demos.patch;apply=yes \ + file://single-click.patch;apply=yes \ + file://spinbutton.patch;apply=yes \ + file://gtk+-handhelds.patch;apply=yes \ + file://directfb-pixbuf-deprecated-fix.patch;apply=yes \ +# file://gtk-doc.patch;apply=yes \ " EXTRA_OECONF =" \ --prefix=${STAGING_DIR_HOST}${layout_prefix} \ |