From 8de3400317e1994de29ab454b286fdfd40eb2511 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Sun, 21 Nov 2010 19:54:33 +0800 Subject: pango: upgrade from 1.28.0 to 1.28.3 Signed-off-by: Yu Ke --- meta/recipes-graphics/pango/pango-1.28.0/no-tests.patch | 12 ------------ meta/recipes-graphics/pango/pango-1.28.3/no-tests.patch | 12 ++++++++++++ meta/recipes-graphics/pango/pango.inc | 1 + meta/recipes-graphics/pango/pango_1.28.0.bb | 9 --------- meta/recipes-graphics/pango/pango_1.28.3.bb | 9 +++++++++ 5 files changed, 22 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-graphics/pango/pango-1.28.0/no-tests.patch create mode 100644 meta/recipes-graphics/pango/pango-1.28.3/no-tests.patch delete mode 100644 meta/recipes-graphics/pango/pango_1.28.0.bb create mode 100644 meta/recipes-graphics/pango/pango_1.28.3.bb (limited to 'meta/recipes-graphics/pango') diff --git a/meta/recipes-graphics/pango/pango-1.28.0/no-tests.patch b/meta/recipes-graphics/pango/pango-1.28.0/no-tests.patch deleted file mode 100644 index 4a74d8c4d6..0000000000 --- a/meta/recipes-graphics/pango/pango-1.28.0/no-tests.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: pango-1.22.2/Makefile.am -=================================================================== ---- pango-1.22.2.orig/Makefile.am -+++ pango-1.22.2/Makefile.am -@@ -1,6 +1,6 @@ - ## Process this file with automake to create Makefile.in. - --SUBDIRS= pango modules pango-view examples docs tools tests -+SUBDIRS= pango modules pango-view examples docs tools - - EXTRA_DIST = \ - autogen.sh \ diff --git a/meta/recipes-graphics/pango/pango-1.28.3/no-tests.patch b/meta/recipes-graphics/pango/pango-1.28.3/no-tests.patch new file mode 100644 index 0000000000..4a74d8c4d6 --- /dev/null +++ b/meta/recipes-graphics/pango/pango-1.28.3/no-tests.patch @@ -0,0 +1,12 @@ +Index: pango-1.22.2/Makefile.am +=================================================================== +--- pango-1.22.2.orig/Makefile.am ++++ pango-1.22.2/Makefile.am +@@ -1,6 +1,6 @@ + ## Process this file with automake to create Makefile.in. + +-SUBDIRS= pango modules pango-view examples docs tools tests ++SUBDIRS= pango modules pango-view examples docs tools + + EXTRA_DIST = \ + autogen.sh \ diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index fa22fa578e..38ca3bed5f 100644 --- a/meta/recipes-graphics/pango/pango.inc +++ b/meta/recipes-graphics/pango/pango.inc @@ -1,3 +1,4 @@ +SUMMARY = "Framework for layout and rendering of internationalized text" DESCRIPTION = "The goal of the Pango project is to provide an \ Open Source framework for the layout and rendering of \ internationalized text." diff --git a/meta/recipes-graphics/pango/pango_1.28.0.bb b/meta/recipes-graphics/pango/pango_1.28.0.bb deleted file mode 100644 index ae914ffc53..0000000000 --- a/meta/recipes-graphics/pango/pango_1.28.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -require pango.inc - -LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" - -PR = "r0" - -SRC_URI += "file://no-tests.patch" - -PARALLEL_MAKE = "" diff --git a/meta/recipes-graphics/pango/pango_1.28.3.bb b/meta/recipes-graphics/pango/pango_1.28.3.bb new file mode 100644 index 0000000000..ae914ffc53 --- /dev/null +++ b/meta/recipes-graphics/pango/pango_1.28.3.bb @@ -0,0 +1,9 @@ +require pango.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" + +PR = "r0" + +SRC_URI += "file://no-tests.patch" + +PARALLEL_MAKE = "" -- cgit v1.2.3-54-g00ecf