From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/udev/udev_100.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/udev/udev_100.bb') diff --git a/recipes/udev/udev_100.bb b/recipes/udev/udev_100.bb index b74ae6954f..59d7ca5684 100644 --- a/recipes/udev/udev_100.bb +++ b/recipes/udev/udev_100.bb @@ -12,9 +12,9 @@ needed to link programs with libvolume_id." PR = "r16" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ - file://noasmlinkage.patch;patch=1 \ - file://flags.patch;patch=1 \ - file://mtd-exclude-persistent.patch;patch=1 \ + file://noasmlinkage.patch;apply=yes \ + file://flags.patch;apply=yes \ + file://mtd-exclude-persistent.patch;apply=yes \ file://mount.blacklist \ file://mount.sh \ " -- cgit 1.2.3-korg