| Submitter | Bernhard Guillon |
|---|---|
| Date | Dec. 12, 2011, 9:02 a.m. |
| Message ID | <1323680575-31596-1-git-send-email-Bernhard.Guillon@hale.at> |
| Download | mbox | patch |
| Permalink | /patch/16717/ |
| State | New, archived |
| Headers | show |
Comments
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 12-12-11 10:02, Bernhard Guillon schreef: > > Signed-off-by: Bernhard Guillon <Bernhard.Guillon@hale.at> --- > .../recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb | 3 ++- 1 files > changed, 2 insertions(+), 1 deletions(-) > > diff --git a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb > b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb index > f614048..9c9fc2d 100644 --- > a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb +++ > b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb @@ -2,7 +2,8 > @@ DESCRIPTION = "GTK plugin for stylus based systems" SECTION = "libs" > DEPENDS = "gtk+" LICENSE = "LGPL" That's not a valid license, please change that to something with a version, e.g. LGPLv2.1. And for v2 please use the git-send-email command from the README, that will avoid the double brackets. regards, Koen > -PR = "r2" +LIC_FILES_CHKSUM = > "file://tap.c;beginline=1;endline=20;md5=71756eeb144e9eeb177c69aa672b1635" > > +PR = "r3" > > inherit autotools > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAk7mBd8ACgkQMkyGM64RGpGFhQCeOMGvBPW36wgrqWgKxyryBtvN HkIAnje3LzuJ0gCB9ilA/F4m6QUme7Jp =wMTd -----END PGP SIGNATURE-----
Patch
diff --git a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb index f614048..9c9fc2d 100644 --- a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb +++ b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb @@ -2,7 +2,8 @@ DESCRIPTION = "GTK plugin for stylus based systems" SECTION = "libs" DEPENDS = "gtk+" LICENSE = "LGPL" -PR = "r2" +LIC_FILES_CHKSUM = "file://tap.c;beginline=1;endline=20;md5=71756eeb144e9eeb177c69aa672b1635" +PR = "r3" inherit autotools
Signed-off-by: Bernhard Guillon <Bernhard.Guillon@hale.at> --- .../recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)