* [PATCH] matrix-gui, udev: Remove superfluous "patch=1" parameters.
@ 2010-06-06 18:13 Robert P. J. Day
2010-06-06 18:39 ` Koen Kooi
0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2010-06-06 18:13 UTC (permalink / raw)
To: OpenEmbedded Development mailing list
Any file reference that has a suffix of ".diff" or ".patch" has no
need of a "patch=1" parameter.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
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 \
"
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] matrix-gui, udev: Remove superfluous "patch=1" parameters.
2010-06-06 18:13 [PATCH] matrix-gui, udev: Remove superfluous "patch=1" parameters Robert P. J. Day
@ 2010-06-06 18:39 ` Koen Kooi
2010-06-06 19:19 ` Chris Larson
0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2010-06-06 18:39 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 06-06-10 20:13, Robert P. J. Day wrote:
>
> Any file reference that has a suffix of ".diff" or ".patch" has no
> need of a "patch=1" parameter.
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Koen Kooi <k-kooi@ti.com>
>
> ---
>
> 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 \
> "
>
>
> rday
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFMC+tyMkyGM64RGpERAlVaAKCC/IHQ8wU9RSKpcJxnH/8Q2CyhOQCfXvWw
y3sJYxjsGZzcwZdzDIIbAeo=
=cONN
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] matrix-gui, udev: Remove superfluous "patch=1" parameters.
2010-06-06 18:39 ` Koen Kooi
@ 2010-06-06 19:19 ` Chris Larson
2010-06-07 1:11 ` Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: Chris Larson @ 2010-06-06 19:19 UTC (permalink / raw)
To: openembedded-devel
On Sun, Jun 6, 2010 at 11:39 AM, Koen Kooi <k.kooi@student.utwente.nl>wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 06-06-10 20:13, Robert P. J. Day wrote:
> >
> > Any file reference that has a suffix of ".diff" or ".patch" has no
> > need of a "patch=1" parameter.
> >
> > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
> Acked-by: Koen Kooi <k-kooi@ti.com>
>
Acked-by: Chris Larson <clarson@kergoth.com>
--
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] matrix-gui, udev: Remove superfluous "patch=1" parameters.
2010-06-06 19:19 ` Chris Larson
@ 2010-06-07 1:11 ` Khem Raj
0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2010-06-07 1:11 UTC (permalink / raw)
To: openembedded-devel
On (06/06/10 12:19), Chris Larson wrote:
> On Sun, Jun 6, 2010 at 11:39 AM, Koen Kooi <k.kooi@student.utwente.nl>wrote:
>
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > On 06-06-10 20:13, Robert P. J. Day wrote:
> > >
> > > Any file reference that has a suffix of ".diff" or ".patch" has no
> > > need of a "patch=1" parameter.
> > >
> > > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> >
> > Acked-by: Koen Kooi <k-kooi@ti.com>
> >
>
> Acked-by: Chris Larson <clarson@kergoth.com>
applied
> --
> Christopher Larson
> clarson at kergoth dot com
> Founder - BitBake, OpenEmbedded, OpenZaurus
> Maintainer - Tslib
> Senior Software Engineer, Mentor Graphics
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-06-07 1:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-06 18:13 [PATCH] matrix-gui, udev: Remove superfluous "patch=1" parameters Robert P. J. Day
2010-06-06 18:39 ` Koen Kooi
2010-06-06 19:19 ` Chris Larson
2010-06-07 1:11 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox