| Submitter | Saul Wold |
|---|---|
| Date | May 22, 2011, 6:48 p.m. |
| Message ID | <8f9e24ee754c1103f89afd9486c7bd4427b41f92.1306089781.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/4605/ |
| State | New, archived |
| Headers | show |
Comments
On Sun, 2011-05-22 at 11:48 -0700, Saul Wold wrote: > -LICENSE = "LGPL" > -SECTION = "x11/libs" > -PR = "r1" > DESCRIPTION = "GNOME Accessibility Implementation Library" > +SECTION = "x11/libs" > + > DEPENDS = "gtk+" > PROVIDES = "virtual/gail" > > +LICENSE = "LGPLv2" > +LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" > + > +PR = "r1" > + If you're changing LICENSE then I think you probably want to bump PR as well. p.
Patch
diff --git a/meta/recipes-gnome/gnome/gail_1.20.0.bb b/meta/recipes-gnome/gnome/gail_1.20.0.bb index 2e9f857..ab6aa1f 100644 --- a/meta/recipes-gnome/gnome/gail_1.20.0.bb +++ b/meta/recipes-gnome/gnome/gail_1.20.0.bb @@ -1,10 +1,14 @@ -LICENSE = "LGPL" -SECTION = "x11/libs" -PR = "r1" DESCRIPTION = "GNOME Accessibility Implementation Library" +SECTION = "x11/libs" + DEPENDS = "gtk+" PROVIDES = "virtual/gail" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" + +PR = "r1" + inherit gnome EXTRA_OECONF = "--disable-gtk-doc"
[YOCTO #1042] Signed-off-by: Saul Wold <sgw@linux.intel.com> --- meta/recipes-gnome/gnome/gail_1.20.0.bb | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-)