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/linux-libc-headers/linux-libc-headers_2.6.15.99.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/linux-libc-headers/linux-libc-headers_2.6.15.99.bb')
-rw-r--r-- | recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb index fcf3e9eb11..0120e939c2 100644 --- a/recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb +++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.15.99.bb @@ -16,13 +16,13 @@ INHIBIT_DEFAULT_DEPS = "1" PR = "r6" SRC_URI = "http://ewi546.ewi.utwente.nl/OE/eabi/linux-libc-headers-${PV}.tar.bz2 \ - file://keyboard.patch;patch=1 \ - file://asm-arch-irqs.patch;patch=1 \ - file://linux-netdevice.patch;patch=1 \ - file://linux-netfilter_ipv4.patch;patch=1 \ - file://linux-rtc.patch;patch=1 \ - file://linux-videodev2.patch;patch=1 \ - file://3477-1.patch;patch=1" + file://keyboard.patch;apply=yes \ + file://asm-arch-irqs.patch;apply=yes \ + file://linux-netdevice.patch;apply=yes \ + file://linux-netfilter_ipv4.patch;apply=yes \ + file://linux-rtc.patch;apply=yes \ + file://linux-videodev2.patch;apply=yes \ + file://3477-1.patch;apply=yes" S = "${WORKDIR}/linux-libc-headers-${PV}" |