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-hotplug | |
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-hotplug')
-rw-r--r-- | recipes/linux-hotplug/linux-hotplug_20040329.bb | 2 | ||||
-rw-r--r-- | recipes/linux-hotplug/linux-hotplug_20040920.bb | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/recipes/linux-hotplug/linux-hotplug_20040329.bb b/recipes/linux-hotplug/linux-hotplug_20040329.bb index b7c9261e65..e2e9c70152 100644 --- a/recipes/linux-hotplug/linux-hotplug_20040329.bb +++ b/recipes/linux-hotplug/linux-hotplug_20040329.bb @@ -9,7 +9,7 @@ RREPLACES_${PN} = "hotplug" PR = "r1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/hotplug-2004_03_29.tar.gz \ - file://busybox.patch;patch=1 \ + file://busybox.patch;apply=yes \ file://fix-net.agent \ file://update-usb.usermap \ file://logcheck-ignore \ diff --git a/recipes/linux-hotplug/linux-hotplug_20040920.bb b/recipes/linux-hotplug/linux-hotplug_20040920.bb index 854d557cca..337d255868 100644 --- a/recipes/linux-hotplug/linux-hotplug_20040920.bb +++ b/recipes/linux-hotplug/linux-hotplug_20040920.bb @@ -11,10 +11,10 @@ RSUGGESTS = "pciutils usbutils" PR = "r9" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20.tar.gz \ - file://dash.patch;patch=1 \ - file://userspecified_hcd.patch;patch=1 \ - file://hotplug-net-agent-usb.patch;patch=1 \ - file://usbrc-busybox.patch;patch=1 \ + file://dash.patch;apply=yes \ + file://userspecified_hcd.patch;apply=yes \ + file://hotplug-net-agent-usb.patch;apply=yes \ + file://usbrc-busybox.patch;apply=yes \ file://fix-net.agent \ file://update-usb.usermap \ file://logcheck-ignore \ @@ -25,12 +25,12 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/hotplug-2004_09_20 file://usbd \ file://sysconfig-hotplug \ file://sysconfig-usb \ - file://isapnp-exit.diff;patch=1 \ + file://isapnp-exit.diff;apply=yes \ file://usb-storage \ file://soc.agent \ - file://hotplug-binary-path.patch;patch=1" + file://hotplug-binary-path.patch;apply=yes" -SRC_URI_append_openzaurus = " file://quiet-pci.patch;patch=1" +SRC_URI_append_openzaurus = " file://quiet-pci.patch;apply=yes" S = "${WORKDIR}/hotplug-2004_09_20" |