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/prismstumbler/prismstumbler_0.7.3+0.7.4pre1.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/prismstumbler/prismstumbler_0.7.3+0.7.4pre1.bb')
-rw-r--r-- | recipes/prismstumbler/prismstumbler_0.7.3+0.7.4pre1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/prismstumbler/prismstumbler_0.7.3+0.7.4pre1.bb b/recipes/prismstumbler/prismstumbler_0.7.3+0.7.4pre1.bb index 2fafa27866..c2d4d2013b 100644 --- a/recipes/prismstumbler/prismstumbler_0.7.3+0.7.4pre1.bb +++ b/recipes/prismstumbler/prismstumbler_0.7.3+0.7.4pre1.bb @@ -12,10 +12,10 @@ RRECOMMENDS = "gpsd" # wireless.patch is required for linux-libc-headers == 2.6.23 # but breaks build with linux-libc-headers >= 2.6.30. SRC_URI = "http://projects.linuxtogo.org/frs/download.php/14/${PN}-0.7.4pre1.tar.gz \ - file://gpsapi.patch;patch=1 \ - ${@['', 'file://wireless.patch;patch=1'][bb.data.getVar('PREFERRED_VERSION_linux-libc-headers', d, 1) and bb.data.getVar('PREFERRED_VERSION_linux-libc-headers', d, 1).split('.')[2] < '30']} \ - file://fix-includes.patch;patch=1;pnum=0 \ - file://libgps-check.patch;patch=1" + file://gpsapi.patch;apply=yes \ + ${@['', 'file://wireless.patch;apply=yes'][bb.data.getVar('PREFERRED_VERSION_linux-libc-headers', d, 1) and bb.data.getVar('PREFERRED_VERSION_linux-libc-headers', d, 1).split('.')[2] < '30']} \ + file://fix-includes.patch;apply=yes;striplevel=0 \ + file://libgps-check.patch;apply=yes" S = "${WORKDIR}/${PN}-0.7.4pre1" |