| Submitter | Andreas Müller |
|---|---|
| Date | Aug. 2, 2011, 7:09 a.m. |
| Message ID | <1312268948-5879-2-git-send-email-schnitzeltony@gmx.de> |
| Download | mbox | patch |
| Permalink | /patch/9043/ |
| State | Accepted |
| Headers | show |
Comments
Am Dienstag, den 02.08.2011, 09:09 +0200 schrieb Andreas Mueller: > The patch was imported from the OpenEmbedded git server > (git://github.com/openembedded/openembedded.git) as of commit id > 033af22d565adabc05303f88e76e31e7d239756c. > > Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> > --- > meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > create mode 100644 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb > > diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb > new file mode 100644 > index 0000000..168afc2 > --- /dev/null > +++ b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb > @@ -0,0 +1,8 @@ > +require xorg-app-common.inc > +DESCRIPTION = "Tool for manipulating ICE protocol authorization records" > +LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e" > +DEPENDS += "libice" > +PR = "${INC_PR}.1" Please start at `"${INC_PR}.0"`. If it is not too much effort it is easier to send a `v3` so that Koen can apply those patches without having to do any editing. > + > +SRC_URI[md5sum] = "bb2e4d2611047f7c5a1a82ec956a9de4" > +SRC_URI[sha256sum] = "0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d" You can add to v3. Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Also somehow the `[PATCH]` tag was omitted in the subject line of this message and of your Xfce series. The patch queue picked them up nevertheless though. Thank you for incorporating my comments, Paul [1] http://patches.openembedded.org/patch/9043/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 02-08-11 09:26, Paul Menzel schreef: > Am Dienstag, den 02.08.2011, 09:09 +0200 schrieb Andreas Mueller: >> The patch was imported from the OpenEmbedded git server (git://github.com/openembedded/openembedded.git) as of commit id 033af22d565adabc05303f88e76e31e7d239756c. >> >> Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> --- meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb >> >> diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb new file mode 100644 index 0000000..168afc2 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb @@ -0,0 +1,8 @@ +require xorg-app-common.inc +DESCRIPTION = >> "Tool for manipulating ICE protocol authorization records" +LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e" +DEPENDS += "libice" +PR = "${INC_PR}.1" > > Please start at `"${INC_PR}.0"`. If it is not too much effort it is easier to send a `v3` so that Koen can apply those patches without having to do any editing. No need, I did that manually -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFON7WFMkyGM64RGpERAizeAKCURZKlr39tTKdG2EZpKrVaj+16QQCeIbl8 iVJlf5oowbFiKuPLF8AP3NI= =TofN -----END PGP SIGNATURE-----
Patch
diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb new file mode 100644 index 0000000..168afc2 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb @@ -0,0 +1,8 @@ +require xorg-app-common.inc +DESCRIPTION = "Tool for manipulating ICE protocol authorization records" +LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e" +DEPENDS += "libice" +PR = "${INC_PR}.1" + +SRC_URI[md5sum] = "bb2e4d2611047f7c5a1a82ec956a9de4" +SRC_URI[sha256sum] = "0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d"
The patch was imported from the OpenEmbedded git server (git://github.com/openembedded/openembedded.git) as of commit id 033af22d565adabc05303f88e76e31e7d239756c. Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> --- meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb