| Submitter | Radu Moisan |
|---|---|
| Date | March 14, 2013, 5:55 p.m. |
| Message ID | <ebd11f2519a02442988a332de533cb526033e9bf.1363283478.git.radu.moisan@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/46207/ |
| State | New |
| Headers | show |
Comments
On 03/14/2013 10:55 AM, Radu Moisan wrote: > Signed-off-by: Radu Moisan <radu.moisan@intel.com> > --- > .../atk/{atk_2.6.0.bb => atk_2.7.91.bb} | 8 +++++--- > .../atk/files/remove-gnome-comile-warnings.patch | 17 +++++++++++++++++ Please explain why you needed to add the new patch. Also, maybe spell compile in the patch name correctly. What where the warnings and could the be corrected, otherwise we might be masking something? Thanks Sau! > 2 files changed, 22 insertions(+), 3 deletions(-) > rename meta/recipes-support/atk/{atk_2.6.0.bb => atk_2.7.91.bb} (68%) > create mode 100644 meta/recipes-support/atk/files/remove-gnome-comile-warnings.patch > > diff --git a/meta/recipes-support/atk/atk_2.6.0.bb b/meta/recipes-support/atk/atk_2.7.91.bb > similarity index 68% > rename from meta/recipes-support/atk/atk_2.6.0.bb > rename to meta/recipes-support/atk/atk_2.7.91.bb > index be797c7..c1fc295 100644 > --- a/meta/recipes-support/atk/atk_2.6.0.bb > +++ b/meta/recipes-support/atk/atk_2.7.91.bb > @@ -13,9 +13,11 @@ DEPENDS = "glib-2.0" > > inherit autotools gtk-doc pkgconfig > > -SRC_URI = "http://download.gnome.org/sources/atk/2.6/${BPN}-${PV}.tar.xz" > -SRC_URI[md5sum] = "6b34e2a63dda4429b5692be7ca3aa5bf" > -SRC_URI[sha256sum] = "eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f" > +SRC_URI = "http://download.gnome.org/sources/atk/2.7/${BPN}-${PV}.tar.xz \ > + file://remove-gnome-comile-warnings.patch \ > + " > +SRC_URI[md5sum] = "52ee0f73d935b75997b5c1dd053df581" > +SRC_URI[sha256sum] = "c95adec9d3ba605c95fa0042b79d2cee2bff18be95dc36c1628ac8ff3481bfe9" > > BBCLASSEXTEND = "native" > > diff --git a/meta/recipes-support/atk/files/remove-gnome-comile-warnings.patch b/meta/recipes-support/atk/files/remove-gnome-comile-warnings.patch > new file mode 100644 > index 0000000..7f15c92 > --- /dev/null > +++ b/meta/recipes-support/atk/files/remove-gnome-comile-warnings.patch > @@ -0,0 +1,17 @@ > +Upstream-Status:Inappropriate > + > +Signed-off-by: Radu Moisan <radu.moisan@intel.com> > + > +Index: atk-2.7.91/configure.ac > +=================================================================== > +--- atk-2.7.91.orig/configure.ac > ++++ atk-2.7.91/configure.ac > +@@ -215,8 +215,6 @@ if test "x$enable_rebuilds" = "xyes" && > + fi > + AC_SUBST(REBUILD) > + > +-GNOME_COMPILE_WARNINGS([maximum]) > +- > + AC_CONFIG_FILES([ > + Makefile > + po/Makefile.in >
Patch
diff --git a/meta/recipes-support/atk/atk_2.6.0.bb b/meta/recipes-support/atk/atk_2.7.91.bb similarity index 68% rename from meta/recipes-support/atk/atk_2.6.0.bb rename to meta/recipes-support/atk/atk_2.7.91.bb index be797c7..c1fc295 100644 --- a/meta/recipes-support/atk/atk_2.6.0.bb +++ b/meta/recipes-support/atk/atk_2.7.91.bb @@ -13,9 +13,11 @@ DEPENDS = "glib-2.0" inherit autotools gtk-doc pkgconfig -SRC_URI = "http://download.gnome.org/sources/atk/2.6/${BPN}-${PV}.tar.xz" -SRC_URI[md5sum] = "6b34e2a63dda4429b5692be7ca3aa5bf" -SRC_URI[sha256sum] = "eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f" +SRC_URI = "http://download.gnome.org/sources/atk/2.7/${BPN}-${PV}.tar.xz \ + file://remove-gnome-comile-warnings.patch \ + " +SRC_URI[md5sum] = "52ee0f73d935b75997b5c1dd053df581" +SRC_URI[sha256sum] = "c95adec9d3ba605c95fa0042b79d2cee2bff18be95dc36c1628ac8ff3481bfe9" BBCLASSEXTEND = "native" diff --git a/meta/recipes-support/atk/files/remove-gnome-comile-warnings.patch b/meta/recipes-support/atk/files/remove-gnome-comile-warnings.patch new file mode 100644 index 0000000..7f15c92 --- /dev/null +++ b/meta/recipes-support/atk/files/remove-gnome-comile-warnings.patch @@ -0,0 +1,17 @@ +Upstream-Status:Inappropriate + +Signed-off-by: Radu Moisan <radu.moisan@intel.com> + +Index: atk-2.7.91/configure.ac +=================================================================== +--- atk-2.7.91.orig/configure.ac ++++ atk-2.7.91/configure.ac +@@ -215,8 +215,6 @@ if test "x$enable_rebuilds" = "xyes" && + fi + AC_SUBST(REBUILD) + +-GNOME_COMPILE_WARNINGS([maximum]) +- + AC_CONFIG_FILES([ + Makefile + po/Makefile.in
Signed-off-by: Radu Moisan <radu.moisan@intel.com> --- .../atk/{atk_2.6.0.bb => atk_2.7.91.bb} | 8 +++++--- .../atk/files/remove-gnome-comile-warnings.patch | 17 +++++++++++++++++ 2 files changed, 22 insertions(+), 3 deletions(-) rename meta/recipes-support/atk/{atk_2.6.0.bb => atk_2.7.91.bb} (68%) create mode 100644 meta/recipes-support/atk/files/remove-gnome-comile-warnings.patch