aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev_100.bb
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2010-06-06 07:13:13 +0000
committerKhem Raj <raj.khem@gmail.com>2010-06-06 17:55:06 -0700
commite9a1f33746f8b9572404cb47b11b858981311215 (patch)
tree3b89b8f59aa30d2f90027d802695587ef7ca65df /recipes/udev/udev_100.bb
parent7d044a5230aa7a383598bf3a9132c013529c5a62 (diff)
downloadopenembedded-e9a1f33746f8b9572404cb47b11b858981311215.tar.gz
matrix-gui,udev: Remove superfluous "patch=1" parameters from some recipes.
* If a filename has either a ".diff" or ".patch" suffix, then the "patch=1" parameter is unnecessary. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Chris Larson <clarson@kergoth.com>
Diffstat (limited to 'recipes/udev/udev_100.bb')
-rw-r--r--recipes/udev/udev_100.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/udev/udev_100.bb b/recipes/udev/udev_100.bb
index 7261483d49..a6692cfdd5 100644
--- a/recipes/udev/udev_100.bb
+++ b/recipes/udev/udev_100.bb
@@ -15,9 +15,9 @@ PR = "${INC_PR}.0"
LD = "${CC}"
-SRC_URI += "file://noasmlinkage.patch;patch=1 \
- file://flags.patch;patch=1 \
- file://mtd-exclude-persistent.patch;patch=1 \
+SRC_URI += "file://noasmlinkage.patch \
+ file://flags.patch \
+ file://mtd-exclude-persistent.patch \
file://mount.blacklist \
file://mount.sh \
"