[oe-commits] Robert P. J. Day : matrix-gui, udev: Remove superfluous "patch=1" parameters from some recipes.

git version control git at git.openembedded.org
Mon Jun 7 00:55:55 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e9a1f33746f8b9572404cb47b11b858981311215
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e9a1f33746f8b9572404cb47b11b858981311215

Author: Robert P. J. Day <rpjday at crashcourse.ca>
Date:   Sun Jun  6 07:13:13 2010 +0000

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 at crashcourse.ca>
Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Koen Kooi <k-kooi at ti.com>
Acked-by: Chris Larson <clarson at kergoth.com>

---

 recipes/ti/matrix-gui_svn.bb |    2 +-
 recipes/udev/udev_092.bb     |   10 +++++-----
 recipes/udev/udev_097.bb     |    4 ++--
 recipes/udev/udev_100.bb     |    6 +++---
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/recipes/ti/matrix-gui_svn.bb b/recipes/ti/matrix-gui_svn.bb
index 4388d28..4bfe7c2 100644
--- a/recipes/ti/matrix-gui_svn.bb
+++ b/recipes/ti/matrix-gui_svn.bb
@@ -9,7 +9,7 @@ PV = "1.0"
 PR = "r14+svnr${SRCPV}"
 
 SRC_URI = "svn://gforge.ti.com/svn/matrix_gui/;module=trunk;proto=https;user=anonymous;pswd='' \
-    file://0001-Disable-cursor-override-for-X11.patch;patch=1 \
+    file://0001-Disable-cursor-override-for-X11.patch \
 	file://init \
     file://matrix-gui.desktop \
 "
diff --git a/recipes/udev/udev_092.bb b/recipes/udev/udev_092.bb
index 3ed05d1..a3c5521 100644
--- a/recipes/udev/udev_092.bb
+++ b/recipes/udev/udev_092.bb
@@ -9,12 +9,12 @@ LD = "${CC}"
 
 PR = "${INC_PR}.0"
 
-SRC_URI += "file://noasmlinkage.patch;patch=1 \
-	    file://flags.patch;patch=1 \
-	    file://udevsynthesize.patch;patch=1 \
+SRC_URI += "file://noasmlinkage.patch \
+	    file://flags.patch \
+	    file://udevsynthesize.patch \
 	    file://udevsynthesize.sh \
-            file://arm_inotify_fix.patch;patch=1 \
-	    file://mtd-exclude-persistent.patch;patch=1 \
+            file://arm_inotify_fix.patch \
+	    file://mtd-exclude-persistent.patch \
 	    file://mount.blacklist \
 	   "
 
diff --git a/recipes/udev/udev_097.bb b/recipes/udev/udev_097.bb
index 8757794..84d4b61 100644
--- a/recipes/udev/udev_097.bb
+++ b/recipes/udev/udev_097.bb
@@ -14,8 +14,8 @@ PR = "${INC_PR}.0"
 
 LD = "${CC}"
 
-SRC_URI += "file://noasmlinkage.patch;patch=1 \
-	    file://flags.patch;patch=1 \
+SRC_URI += "file://noasmlinkage.patch \
+	    file://flags.patch \
 	    file://mount.blacklist \
 	   "
 
diff --git a/recipes/udev/udev_100.bb b/recipes/udev/udev_100.bb
index 7261483..a6692cf 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 \
 	   "





More information about the Openembedded-commits mailing list