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/ion | |
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/ion')
-rw-r--r-- | recipes/ion/ion3_0.0+ds20041104.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes/ion/ion3_0.0+ds20041104.bb b/recipes/ion/ion3_0.0+ds20041104.bb index f9ea5e2504..7b2f017ff8 100644 --- a/recipes/ion/ion3_0.0+ds20041104.bb +++ b/recipes/ion/ion3_0.0+ds20041104.bb @@ -15,14 +15,14 @@ SNAPDATE = "${@(bb.data.getVar('PV', d, 1) or '')[-8:]}" BROKEN = "1" SRC_URI = "http://modeemi.fi/~tuomov/ion/dl/ion-3ds-${SNAPDATE}.tar.gz \ - file://201_fix-paths.diff;patch=1 \ - file://202_fix-menus.diff;patch=1 \ - file://203_fix-kludges.diff;patch=1 \ - file://204_fix-bindings.diff;patch=1 \ - file://205_ion-lock.diff;patch=1 \ - file://206_use-xterm.diff;patch=1 \ - file://luaconfig.patch;patch=1 \ - file://cross.patch;patch=1" + file://201_fix-paths.diff;apply=yes \ + file://202_fix-menus.diff;apply=yes \ + file://203_fix-kludges.diff;apply=yes \ + file://204_fix-bindings.diff;apply=yes \ + file://205_ion-lock.diff;apply=yes \ + file://206_use-xterm.diff;apply=yes \ + file://luaconfig.patch;apply=yes \ + file://cross.patch;apply=yes" S = "${WORKDIR}/ion-3ds-${SNAPDATE}" EXTRA_OECONF += "--disable-xinerama --disable-xfree86-textprop-bug-workaround \ |